aboutsummaryrefslogtreecommitdiff
path: root/gamemode/hud/games/rubickscircle.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/hud/games/rubickscircle.lua')
-rw-r--r--gamemode/hud/games/rubickscircle.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/gamemode/hud/games/rubickscircle.lua b/gamemode/hud/games/rubickscircle.lua
index 2e81bba..a659f9c 100644
--- a/gamemode/hud/games/rubickscircle.lua
+++ b/gamemode/hud/games/rubickscircle.lua
@@ -12,6 +12,8 @@ print("rubick's circle included!")
/ | \
]]-- 5 4 3
+Game = Game or {}
+
--Required functions
--Called once when the plyer starts casting
Game.Cast = function(spelltab,difficulty)