corrects some defs without leading slash (#21843)

This commit is contained in:
Mervill
2016-11-30 20:05:14 +13:00
committed by oranges
parent a4cbb9ded0
commit b5578df27d
38 changed files with 88 additions and 88 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ if rights_required == 0, then it simply checks if they are an admin.
if it doesn't return 1 and show_msg=1 it will prints a message explaining why the check has failed
generally it would be used like so:
proc/admin_proc()
/proc/admin_proc()
if(!check_rights(R_ADMIN)) return
world << "you have enough rights!"