Fixes hub not taking effect in certain edge cases.

This commit is contained in:
MrStonedOne
2016-10-10 11:11:45 -07:00
parent 44f5632299
commit 37f3b275d1
4 changed files with 12 additions and 4 deletions
+3
View File
@@ -1163,4 +1163,7 @@ var/list/datum/outfit/custom_outfits = list() //Admin created outfits
log_admin("[key_name(usr)] has toggled the server's hub status for the round, it is now [(world.visibility?"on":"off")] the hub.")
message_admins("[key_name_admin(usr)] has toggled the server's hub status for the round, it is now [(world.visibility?"on":"off")] the hub.")
if (world.visibility && !world.reachable)
message_admins("WARNING: The server will not show up on the hub because byond is detecting that a filewall is blocking incoming connections.")
feedback_add_details("admin_verb","HUB") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!