mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Removed redundant condition
This commit is contained in:
@@ -74,10 +74,6 @@ var/ert_request_answered = 0
|
||||
|
||||
/mob/dead/observer/proc/JoinResponseTeam()
|
||||
|
||||
if(!istype(usr,/mob/dead/observer) && !istype(usr,/mob/new_player))
|
||||
to_chat(usr, "Only observers may join the ERT.")
|
||||
return 0
|
||||
|
||||
if(!send_emergency_team)
|
||||
to_chat(usr, "No emergency response team is currently being sent.")
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user