aboutsummaryrefslogtreecommitdiff
path: root/gamemode/server/systems/health.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/server/systems/health.lua')
-rw-r--r--gamemode/server/systems/health.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/gamemode/server/systems/health.lua b/gamemode/server/systems/health.lua
deleted file mode 100644
index 7ead999..0000000
--- a/gamemode/server/systems/health.lua
+++ /dev/null
@@ -1,12 +0,0 @@
-
-local SYSTEM = {}
-
-SYSTEM.onthink = function(ply)
-
-end
-
-SYSTEM.ontakedamage = function(ply)
-
-end
-
-return SYSTEM