diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-25 22:06:26 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-25 22:06:26 -0400 |
| commit | 4adec24c3a2a53f518d817ae8a6ddd0c4c47422c (patch) | |
| tree | adb91a867dfda05f5c2880e19d0111fb657ecb9f /gamemode/configure_me.lua | |
| parent | 699df0d5df4e7d00a0d2b838b8c851c9b5027cea (diff) | |
| download | gmstranded-4adec24c3a2a53f518d817ae8a6ddd0c4c47422c.tar.gz gmstranded-4adec24c3a2a53f518d817ae8a6ddd0c4c47422c.tar.bz2 gmstranded-4adec24c3a2a53f518d817ae8a6ddd0c4c47422c.zip | |
more work on the structure system
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 |
