diff options
| author | Alexander Pickering <Alexander.Pickering@anondomain.site90.net> | 2016-03-12 16:26:52 -0500 |
|---|---|---|
| committer | Alexander Pickering <Alexander.Pickering@anondomain.site90.net> | 2016-03-12 16:26:52 -0500 |
| commit | 8cfdb67ed90bfb95916cbd034ce18b9c175feb50 (patch) | |
| tree | 4a81e46481c74dd0553fc7c7e7eb4e9400e9598a /gamemode | |
| parent | 0eb3877430cd329358580de89ae99475111d734d (diff) | |
| download | wintersurvival2-8cfdb67ed90bfb95916cbd034ce18b9c175feb50.tar.gz wintersurvival2-8cfdb67ed90bfb95916cbd034ce18b9c175feb50.tar.bz2 wintersurvival2-8cfdb67ed90bfb95916cbd034ce18b9c175feb50.zip | |
Fixed a problem with the client minigames not be included
Diffstat (limited to 'gamemode')
| -rw-r--r-- | gamemode/hud/spellminigames/base.lua | 18 | ||||
| -rw-r--r-- | gamemode/shared.lua | 1 |
2 files changed, 1 insertions, 18 deletions
diff --git a/gamemode/hud/spellminigames/base.lua b/gamemode/hud/spellminigames/base.lua deleted file mode 100644 index 65127e7..0000000 --- a/gamemode/hud/spellminigames/base.lua +++ /dev/null @@ -1,18 +0,0 @@ ---A file to show what functions are used for minigames - -Game.Name="Base" -Game.Tip="Why did I even write this? No one will look at it anyway!" - ---Set this to non-nil to end the game, and give the player a score. -Game.Score=nil - ---[[ -Game.OnStartCasting = function(ply,spell) - -Game.Minigame = function() -end - -Game.Interupt = function() -end - ---]] diff --git a/gamemode/shared.lua b/gamemode/shared.lua index cdb05e9..c86e286 100644 --- a/gamemode/shared.lua +++ b/gamemode/shared.lua @@ -2,6 +2,7 @@ DeriveGamemode( "gearfox" ) AddLuaCSFolder("hud")
AddLuaCSFolder("client")
+AddLuaCSFolder("hud/games")
AddLuaSHFolder("shared")
AddLuaSHFolder("itemsystem")
|
