From 4e876e1331f3b797bf1bcc5a3edd0d8325779bbd Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 13 Feb 2016 22:34:04 -0500 Subject: Updated minigame base file --- gamemode/hud/games/base.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamemode/hud/games/base.lua b/gamemode/hud/games/base.lua index a3d0938..eba7642 100644 --- a/gamemode/hud/games/base.lua +++ b/gamemode/hud/games/base.lua @@ -3,9 +3,9 @@ print("Base included!") --Required functions --Called once when the plyer starts casting -Game.Cast = function(difficulty) +Game.Cast = function(spelltab,difficulty) end --Called continuously while the player is casting -Game.Draw = function() +Game.Draw = function(self) end -- cgit v1.2.3-70-g09d2