mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Removes Command from appearing for players who had it removed
This commit is contained in:
@@ -92,3 +92,4 @@ SUBSYSTEM_DEF(persist)
|
|||||||
LAZYINITLIST(C.department_hours)
|
LAZYINITLIST(C.department_hours)
|
||||||
if(C.department_hours["Command"])
|
if(C.department_hours["Command"])
|
||||||
C.department_hours["Command"] = null
|
C.department_hours["Command"] = null
|
||||||
|
C.department_hours.Remove("Command")
|
||||||
Reference in New Issue
Block a user