mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Fixed some runtimes.
Job system once again has -1 as unlimited. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2451 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
return 1
|
||||
|
||||
if(href_list["ready"])
|
||||
if (!src.client.authenticated)
|
||||
if (!client.authenticated)
|
||||
src << "You are not authorized to enter the game."
|
||||
return
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
new_player_panel_proc()
|
||||
|
||||
if(href_list["observe"])
|
||||
if (!usr.client.authenticated)
|
||||
if (!client.authenticated)
|
||||
src << "You are not authorized to enter the game."
|
||||
return
|
||||
|
||||
@@ -191,7 +191,7 @@
|
||||
LateChoices()
|
||||
|
||||
if(href_list["SelectedJob"])
|
||||
if(!usr.client.authenticated)
|
||||
if(!client.authenticated)
|
||||
src << "You are not authorized to enter the game."
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user