aboutsummaryrefslogtreecommitdiff
path: root/gamemode/shared
diff options
context:
space:
mode:
authorAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-01-04 13:12:45 -0500
committerAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-01-04 13:12:45 -0500
commit406a4148506be540bcdac0f10f2256320c5c2771 (patch)
tree42cd849f0abf14a09c8c326f729a981d21012c45 /gamemode/shared
parent24667cceed26e03d49103b359f8da05c62bc213b (diff)
downloadwintersurvival2-406a4148506be540bcdac0f10f2256320c5c2771.tar.gz
wintersurvival2-406a4148506be540bcdac0f10f2256320c5c2771.tar.bz2
wintersurvival2-406a4148506be540bcdac0f10f2256320c5c2771.zip
Item props are now removed on new rounds
Diffstat (limited to 'gamemode/shared')
-rw-r--r--gamemode/shared/game_rounds.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/gamemode/shared/game_rounds.lua b/gamemode/shared/game_rounds.lua
index 9ca4adf..0333679 100644
--- a/gamemode/shared/game_rounds.lua
+++ b/gamemode/shared/game_rounds.lua
@@ -12,6 +12,7 @@ if (SERVER) then
"ws_arrow",
"ws_campfire",
"ws_grave",
+ "ws_item",
"ws_rune",
}
for k,v in pairs(cleanup) do