mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
Monkey mode now wont list name->key after the end of round.
Monkeys during monkey mode can use detective's revolver wearing hat and suit (without uniform). Fixed some runtime errors. Added ability for admins to disallow connecting for guests. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1395 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1866,6 +1866,11 @@
|
||||
alert(src,"You have been banned.\nReason : [isbanned]","Ban","Ok")
|
||||
del(src)
|
||||
|
||||
if (!guests_allowed && IsGuestKey(src.key))
|
||||
log_access("Failed Login: [src] - Guests not allowed")
|
||||
message_admins("\blue Failed Login: [src] - Guests not allowed")
|
||||
alert(src,"You cannot play here.\nReason : Guests not allowed","Guests not allowed","Ok")
|
||||
del(src)
|
||||
|
||||
if (((world.address == src.address || !(src.address)) && !(host)))
|
||||
host = src.key
|
||||
|
||||
Reference in New Issue
Block a user