diff options
Diffstat (limited to 'gamemode/shared/game_rounds.lua')
| -rw-r--r-- | gamemode/shared/game_rounds.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gamemode/shared/game_rounds.lua b/gamemode/shared/game_rounds.lua index e0afaf7..9ca4adf 100644 --- a/gamemode/shared/game_rounds.lua +++ b/gamemode/shared/game_rounds.lua @@ -9,16 +9,9 @@ if (SERVER) then //items to clean up in between rounds
cleanup = {
- "ws_alter",
"ws_arrow",
- "ws_barrel",
"ws_campfire",
"ws_grave",
- "ws_infuser",
- "ws_item",
- "ws_prop",
- "ws_researchtable",
- "ws_shop",
"ws_rune",
}
for k,v in pairs(cleanup) do
|
