diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-26 05:22:33 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-26 05:22:33 +0000 |
commit | ce6127ae96022ce6e803a876a2e39eed7bd754ea (patch) | |
tree | 606a902a6fc976c35da64d3a292ebac7e11fe62d /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | 3296aeae3cc035cfc20b9c7da40f7c5690e92daa (diff) | |
download | NorthstarLauncher-ce6127ae96022ce6e803a876a2e39eed7bd754ea.tar.gz NorthstarLauncher-ce6127ae96022ce6e803a876a2e39eed7bd754ea.zip |
fix potentially unsafe concommand
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r-- | NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj index c684b69d..29dea6dc 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -579,6 +579,7 @@ <ClInclude Include="memalloc.h" /> <ClInclude Include="miscclientfixes.h" /> <ClInclude Include="misccommands.h" /> + <ClInclude Include="miscserverfixes.h" /> <ClInclude Include="modlocalisation.h" /> <ClInclude Include="modmanager.h" /> <ClInclude Include="pch.h" /> @@ -614,6 +615,7 @@ <ClCompile Include="memalloc.cpp" /> <ClCompile Include="miscclientfixes.cpp" /> <ClCompile Include="misccommands.cpp" /> + <ClCompile Include="miscserverfixes.cpp" /> <ClCompile Include="modlocalisation.cpp" /> <ClCompile Include="logging.cpp" /> <ClCompile Include="masterserver.cpp" /> |