From 03e16bfdb2cbbea2c1a987c65490958887a2a010 Mon Sep 17 00:00:00 2001 From: GeneralPantsuIsBadAtCoding Date: Sat, 3 Aug 2024 13:04:11 +0200 Subject: [PATCH] Proper naming for the server-tab + proper discord link --- code/modules/admin/IsBanned.dm | 2 +- code/world.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/IsBanned.dm b/code/modules/admin/IsBanned.dm index 5280e986050..4259f50dc52 100644 --- a/code/modules/admin/IsBanned.dm +++ b/code/modules/admin/IsBanned.dm @@ -45,7 +45,7 @@ GLOBAL_VAR(last_connection) addclientmessage(ckey,span_adminnotice("I have been allowed to bypass the whitelist")) else log_access("Failed Login: [key] - Not on whitelist") - return list("reason"="whitelist", "desc" = "\nBecome whitelisted! discord.gg/bx9c7ha5Qk") + return list("reason"="whitelist", "desc" = "\nBecome whitelisted! discord.gg/NCFXUAgCPT") /* #ifdef MATURESERVER if(!check_whitelist(ckey)) diff --git a/code/world.dm b/code/world.dm index 4d0aeba865a..2eb7043b44b 100644 --- a/code/world.dm +++ b/code/world.dm @@ -16,7 +16,7 @@ area = /area/rogue view = "15x15" hub = "Exadv1.spacestation13" - name = "Rotwood Vale" + name = "AZURE PEAK" fps = 20 #ifdef FIND_REF_NO_CHECK_TICK loop_checks = FALSE