mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
oops, left in debug code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user