Sfoglia il codice sorgente

Merge pull request #1655 from GameServerManagers/feature/gmod-luarefresh

Disabled Lua AutoRefresh
Daniel Gibbs 8 anni fa
parent
commit
4448b835fb

+ 2 - 1
lgsm/config-default/config-lgsm/gmodserver/_default.cfg

@@ -24,7 +24,8 @@ workshopcollectionid=""
 
 
 ## Custom Start Parameters
 ## Custom Start Parameters
 # Default +r_hunkalloclightmaps 0, fixes a start issue on maps with many lights
 # Default +r_hunkalloclightmaps 0, fixes a start issue on maps with many lights
-customparms="+r_hunkalloclightmaps 0"
+# Default -disableluarefresh, disables autorefresh which should only be used when developing to avoid unwanted behavior
+customparms="+r_hunkalloclightmaps 0 -disableluarefresh"
 
 
 ## Optional: Game Server Login Token
 ## Optional: Game Server Login Token
 # GSLT can be used for running a public server.
 # GSLT can be used for running a public server.