Skip to content

Commit

Permalink
remove ckf display
Browse files Browse the repository at this point in the history
  • Loading branch information
zweek committed Jul 3, 2022
1 parent ecb757a commit 4bc6ec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dllmod/FzzyMod/FzzyMod.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/vscripts/client/srmm_infohud.nut
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void function SRMM_InfoHUD_Init()
{
InfoDisplays.append(CreateInfoDisplay())
}
CKF_infoDisplay.append(CreateCKFInfoDisplay())
//CKF_infoDisplay.append(CreateCKFInfoDisplay())
TAStimescaleInfoDisplay.append(CreateTAStimescaleInfoDisplay())
thread SRMM_InfoHUD_Thread()
}
Expand Down

0 comments on commit 4bc6ec5

Please sign in to comment.