aboutsummaryrefslogtreecommitdiff
path: root/gamemode/hud/spellminigames/connectthedots.lua
diff options
context:
space:
mode:
authorAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-01-22 19:55:23 -0500
committerAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-01-22 19:55:23 -0500
commite8439ad503f530724f1eae2de1a8ac2c19df52c0 (patch)
treec02e2ecf065ece9b41b2234ef41cb914e9b6b3d0 /gamemode/hud/spellminigames/connectthedots.lua
parent85b92e122cdcf6879e1c7950c8015ecb2a0675e4 (diff)
downloadwintersurvival2-e8439ad503f530724f1eae2de1a8ac2c19df52c0.tar.gz
wintersurvival2-e8439ad503f530724f1eae2de1a8ac2c19df52c0.tar.bz2
wintersurvival2-e8439ad503f530724f1eae2de1a8ac2c19df52c0.zip
More debugging around file.Find not finding games folder
Diffstat (limited to 'gamemode/hud/spellminigames/connectthedots.lua')
-rw-r--r--gamemode/hud/spellminigames/connectthedots.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/gamemode/hud/spellminigames/connectthedots.lua b/gamemode/hud/spellminigames/connectthedots.lua
deleted file mode 100644
index c24ff14..0000000
--- a/gamemode/hud/spellminigames/connectthedots.lua
+++ /dev/null
@@ -1,7 +0,0 @@
---The connet the dots spell game
-print("Hi from connectthedots.lua")
-
-function connectthedots()
- print("Blah!")
- return 100
-end