Removes Command from appearing for players who had it removed

This commit is contained in:
Heroman
2019-04-15 18:14:04 +10:00
parent 47b47d001a
commit bc74ea53c9

View File

@@ -92,3 +92,4 @@ SUBSYSTEM_DEF(persist)
LAZYINITLIST(C.department_hours)
if(C.department_hours["Command"])
C.department_hours["Command"] = null
C.department_hours.Remove("Command")