Replace 'throw EXCEPTION' with CRASH or WARNING

This commit is contained in:
Tad Hardesty
2019-03-19 23:09:24 -07:00
parent feff549c55
commit 570a4da33e
16 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ GLOBAL_PROTECT(protected_ranks)
name = init_name
if(!name)
qdel(src)
throw EXCEPTION("Admin rank created without name.")
CRASH("Admin rank created without name.")
return
if(init_rights)
rights = init_rights