diff options
| -rw-r--r-- | gamemode/hud/games/base.lua | 4 |
1 files 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 |
