summaryrefslogtreecommitdiff
path: root/gamemode/client
diff options
context:
space:
mode:
authorAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-04-16 04:17:06 -0400
committerAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-04-16 04:17:06 -0400
commitf679e1e93372223f468a759f3820f68011b1ddce (patch)
treeb07a42cd633563c2983d4f9920afb826287a3fe0 /gamemode/client
parent28a485732c7e070a24db525da8c90159546908f8 (diff)
downloadgmstranded-f679e1e93372223f468a759f3820f68011b1ddce.tar.gz
gmstranded-f679e1e93372223f468a759f3820f68011b1ddce.tar.bz2
gmstranded-f679e1e93372223f468a759f3820f68011b1ddce.zip
Refactored init.lua code for planting console commands
Diffstat (limited to 'gamemode/client')
-rw-r--r--gamemode/client/hud.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/gamemode/client/hud.lua b/gamemode/client/hud.lua
new file mode 100644
index 0000000..ff6e224
--- /dev/null
+++ b/gamemode/client/hud.lua
@@ -0,0 +1 @@
+--print("Hello, from /gamemode/client/hud.lua!")