diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-15 15:28:57 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-15 15:28:57 -0400 |
| commit | 0aaea91ed95623230e553c3e5bf354d27a55f945 (patch) | |
| tree | 377e97ad97b00409213a1409fd33d33734e69c36 /gamemode/configure_me.lua | |
| parent | 55bf96319e587bc199eb8dd126ec1ccc1b085ecc (diff) | |
| download | gmstranded-0aaea91ed95623230e553c3e5bf354d27a55f945.tar.gz gmstranded-0aaea91ed95623230e553c3e5bf354d27a55f945.tar.bz2 gmstranded-0aaea91ed95623230e553c3e5bf354d27a55f945.zip | |
Fixed spelling error in utility.lua
Diffstat (limited to 'gamemode/configure_me.lua')
| -rw-r--r-- | gamemode/configure_me.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gamemode/configure_me.lua b/gamemode/configure_me.lua index 6cd8b24..cdd5346 100644 --- a/gamemode/configure_me.lua +++ b/gamemode/configure_me.lua @@ -11,7 +11,7 @@ GM.GAMEMODE_FOLDER_NAME = "gmstranded" -if (GMS == nil) then GMS = {} end +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 //max:32 @@ -51,6 +51,8 @@ GMS.LootableNPCs = { GMS.Developers = { "STEAM_0:0:0" //the single-player steamid } + +//The tools that players are allowed to use GMS.AllowedStools = { "percision", "axis", @@ -59,7 +61,7 @@ GMS.AllowedStools = { "precision_align", "gms_rope", "weld", - "Winch", + "winch", "lamp", "light", "nocollide", |
