diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-25 22:40:09 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-25 22:40:09 -0400 |
| commit | f797cbe348dd52b51da4cd4812cfa291d1434095 (patch) | |
| tree | df4fabacfc6819a981d750c510122f5bbda8083c /gamemode/configure_me.lua | |
| parent | a5932d386488030b6005c829fe343f74daed9893 (diff) | |
| parent | fd04cb695e1c0e6597456f2b1b7b076310fd81bf (diff) | |
| download | gmstranded-hotfix.tar.gz gmstranded-hotfix.tar.bz2 gmstranded-hotfix.zip | |
Merge branch 'structsystem'hotfix
Diffstat (limited to 'gamemode/configure_me.lua')
| -rw-r--r-- | gamemode/configure_me.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/configure_me.lua b/gamemode/configure_me.lua index f7651af..15a86f4 100644 --- a/gamemode/configure_me.lua +++ b/gamemode/configure_me.lua @@ -19,7 +19,7 @@ GM.GAMEMODE_FOLDER_NAME = "gmstranded" GMS = GMS or {} -//If you're experienceing network latency, lowering this might help. If too low, might cause graphical errors on the client when displaying resources +//If you're experienceing network latency, lowering this might help. If too low, might cause various errors //max:32 GMS.NETINT_BITCOUNT = 16 |
