diff options
Diffstat (limited to 'gamemode/core/dataloader/sv_loadglobals.lua')
| -rw-r--r-- | gamemode/core/dataloader/sv_loadglobals.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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.  +-- 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() |
