mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-25 14:00:56 +00:00
Fix redundant includes in base_shutdown.lua
This commit is contained in:
parent
602af75549
commit
74f5a18d3b
1 changed files with 0 additions and 2 deletions
|
@ -4,9 +4,7 @@
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- includes
|
-- includes
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
IncludeScript("base");
|
|
||||||
IncludeScript("base_ctf");
|
IncludeScript("base_ctf");
|
||||||
IncludeScript("base_teamplay");
|
|
||||||
IncludeScript("base_location");
|
IncludeScript("base_location");
|
||||||
IncludeScript("base_respawnturret");
|
IncludeScript("base_respawnturret");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue