From 25e4d04a331a6a0b9d897d4f721757730771ff97 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 18 Nov 2017 16:00:29 -0500 Subject: More documentation * Documented the item table * Documented the inventory table * Started writing tutorials --- gamemode/core/dataloader/sv_loadglobals.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gamemode/core/dataloader/sv_loadglobals.lua') diff --git a/gamemode/core/dataloader/sv_loadglobals.lua b/gamemode/core/dataloader/sv_loadglobals.lua index 5a24996..84212e6 100644 --- a/gamemode/core/dataloader/sv_loadglobals.lua +++ b/gamemode/core/dataloader/sv_loadglobals.lua @@ -123,8 +123,9 @@ concommand.Add("artery_reloadglobals_cs",function(ply,cmd,args) end) ---Reloads all global/ files on all clients. --- Tells all clients to reload their client-side files, and reloads server-side files. ![Requires admin](./req_admin) +-- Tells all clients to reload their client-side files, and reloads server-side files. --@concommand artery_reloadglobals +--@reqadmin concommand.Add("artery_reloadglobals",function(ply,cmd,args) if not ply:IsAdmin() then return end loadglobals() -- cgit v1.2.3-70-g09d2