Skip to content

Commit

Permalink
Proper naming for the server-tab + proper discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneralPantsuIsBadAtCoding authored and GeneralPantsuIsBadAtCoding committed Aug 3, 2024
1 parent ae4bddf commit 03e16bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/admin/IsBanned.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion code/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03e16bf

Please sign in to comment.