oops, left in debug code

This commit is contained in:
Tastyfish
2012-02-09 00:17:54 -05:00
parent 2dc3a5cc6e
commit a7fcef6d45
+1 -3
View File
@@ -45,9 +45,7 @@ var/global/datum/controller/occupations/job_master
proc/GetAltTitle(mob/new_player/player, rank)
. = player.preferences.GetAltTitle(GetJob(rank))
world << "AT: [rank]: [.]"
return .
return player.preferences.GetAltTitle(GetJob(rank))
proc/AssignRole(var/mob/new_player/player, var/rank, var/latejoin = 0)