Merge pull request #10976 from caelaislinn/computer_fix

Fix for runtime in skills computer
This commit is contained in:
PsiOmegaDelta
2015-09-01 12:25:29 +02:00

View File

@@ -277,7 +277,11 @@ What a mess.*/
else
P.info += "<B>General Record Lost!</B><BR>"
P.info += "</TT>"
if(active1)
P.name = "Employment Record ([active1.fields["name"]])"
else
P.name = "Employment Record (Unknown/Invald Entry)"
log_debug("[usr] ([usr.ckey]) attempted to print a null employee record, this should be investigated.")
printing = null
//RECORD DELETE
if ("Delete All Records")