aboutsummaryrefslogtreecommitdiff
path: root/gamemode/shared/loaditems.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2017-01-08 22:28:08 -0500
committerAlexander Pickering <alexandermpickering@gmail.com>2017-01-08 22:28:08 -0500
commit98e0462e4f6b13ff26af5211409352d45dd9453e (patch)
treefbff14dc9a0fffdda409d9989f2e34cd4bb265f6 /gamemode/shared/loaditems.lua
parent4879eb1d78520ce0ac9b0bb0ef5244cf65ad7c99 (diff)
downloadartery-98e0462e4f6b13ff26af5211409352d45dd9453e.tar.gz
artery-98e0462e4f6b13ff26af5211409352d45dd9453e.tar.bz2
artery-98e0462e4f6b13ff26af5211409352d45dd9453e.zip
Add a ton of icons, more work on refactoring
Diffstat (limited to 'gamemode/shared/loaditems.lua')
-rw-r--r--gamemode/shared/loaditems.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/gamemode/shared/loaditems.lua b/gamemode/shared/loaditems.lua
index 7a4dd22..9975bb3 100644
--- a/gamemode/shared/loaditems.lua
+++ b/gamemode/shared/loaditems.lua
@@ -1,3 +1,5 @@
+do return end
+--[=[
--[[
This file loads in all the items
]]
@@ -56,3 +58,4 @@ concommand.Add("artery_giveitem",function(ply,cmd,args)
print("Trying to give an item:" .. args[1])
ART.GiveItem(ply,args[1])
end, concmd.AutocompleteFunction(table.GetKeys(ART.Items)), "Give an item to the specified player, or yourself if no player is specified.")
+]=]