From 22f3c6d96fcb560c13445d4a6135ca3f01d27197 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Fri, 8 Sep 2017 18:48:13 -0400 Subject: Deleted a lot of code Deleted code that was not being used, and some of the images too. --- gamemode/server/sv_systems.lua | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 gamemode/server/sv_systems.lua (limited to 'gamemode/server/sv_systems.lua') diff --git a/gamemode/server/sv_systems.lua b/gamemode/server/sv_systems.lua deleted file mode 100644 index ad1b901..0000000 --- a/gamemode/server/sv_systems.lua +++ /dev/null @@ -1,21 +0,0 @@ ---[[ - Calculates various needs for the player, displayed in /gamemode/client/cl_systems.lua - Each need has a min and a max (ex health, stamina ect.) - - Provides: - ART.RegisterSystem(string_name, table_system) - Registers the system with all players. Two systems may not share the same name. -]] - -local pmeta = FindMetaTable("Player") - -pmeta.Systems = {} - -function ART.RegisterSystem(tbl) - assert(tbl.Name ~= nil,"Attempted to register a system with a nil name") - pmeta.Systems[name] = tbl -end - -concommand.Add("DisplaySystems",function() - PrintTable(pmeta.Systems) -end) -- cgit v1.2.3-70-g09d2