dont code at 4 am

This commit is contained in:
deathride58
2017-09-04 04:37:16 -04:00
parent 15f70e1943
commit edc9c14425
+1 -1
View File
@@ -19,7 +19,7 @@
return
if(!crewMind.assigned_role)
return
var/rolePathString = "/datum/objective/crew/[rolePathString]"
var/rolePathString = "/datum/objective/crew/[crewMind.assigned_role]"
var/rolePath = text2path(rolePathString)
if (isnull(rolePath))
return