From 8cfdb67ed90bfb95916cbd034ce18b9c175feb50 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 12 Mar 2016 16:26:52 -0500 Subject: Fixed a problem with the client minigames not be included --- gamemode/hud/spellminigames/base.lua | 18 ------------------ gamemode/shared.lua | 1 + 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 gamemode/hud/spellminigames/base.lua (limited to 'gamemode') 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") -- cgit v1.2.3-70-g09d2