aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/NorthstarDLL.vcxproj
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2023-03-08 00:55:12 +0000
committerGitHub <noreply@github.com>2023-03-08 01:55:12 +0100
commit7720e514934fd933502876fab2666a3c4a4516a3 (patch)
tree9e66f75b02134af74705c5921cc86807b25339f8 /NorthstarDLL/NorthstarDLL.vcxproj
parent06221fab6b8ce6d922963b464854c3c4d6731995 (diff)
downloadNorthstarLauncher-7720e514934fd933502876fab2666a3c4a4516a3.tar.gz
NorthstarLauncher-7720e514934fd933502876fab2666a3c4a4516a3.zip
Fix `sv_alltalk 1` (broken originally by respawn changes) (#291)
* fix sv_alltalk 1 (broken originally by respawn changes) * nvm i forgor to commit literally the main file * fix formatting * unsure why this was buidling but it shouldn't've been? fix build errors regardless * remove duplicate alltalk.cpp * add (experimental) potentially less jank patch * (now working) better patch for checking if alltalk is enabled * oops put a z in it boo womp * fixup formatting
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj')
-rw-r--r--NorthstarDLL/NorthstarDLL.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj
index 7aa68841..12867b4b 100644
--- a/NorthstarDLL/NorthstarDLL.vcxproj
+++ b/NorthstarDLL/NorthstarDLL.vcxproj
@@ -522,6 +522,7 @@
<ClCompile Include="scripts\server\miscserverfixes.cpp" />
<ClCompile Include="scripts\server\miscserverscript.cpp" />
<ClCompile Include="scripts\server\scriptuserinfo.cpp" />
+ <ClCompile Include="server\alltalk.cpp" />
<ClCompile Include="server\auth\bansystem.cpp" />
<ClCompile Include="server\auth\serverauthentication.cpp" />
<ClCompile Include="server\buildainfile.cpp" />