Fix Source Engine bug where fakeclients don't disconnect properly on mapchange.

This commit is contained in:
2019-09-29 21:28:35 +02:00
parent 77604e3fcd
commit 91dac016f1
3 changed files with 41 additions and 2 deletions

View File

@ -148,7 +148,7 @@ class ExtensionConfig(object):
cxx.cflags += [
'-pipe',
'-fno-strict-aliasing',
'-Wall',
# '-Wall',
# '-Werror',
'-Wno-unused',
'-Wno-switch',