diff --git a/php/servers/known-servers.php b/php/servers/known-servers.php index ab6acad..888b8dd 100644 --- a/php/servers/known-servers.php +++ b/php/servers/known-servers.php @@ -22,7 +22,7 @@ // Found via Reddit: "http://5.39.117.98", - + // legacy // "http://3.69.29.128", // former https://reccacon.com diff --git a/php/utils/servers-rooms.php b/php/utils/servers-rooms.php index 4ae6441..ec3c719 100644 --- a/php/utils/servers-rooms.php +++ b/php/utils/servers-rooms.php @@ -263,7 +263,7 @@ /** * @var bool $merge_error - * + * * Flag specifying whether the server is invalidated as a result of merging. */ private bool $merge_error = false; @@ -506,7 +506,7 @@ } /** - Create Community server instance from array loaded server data. + * Create Community server instance from array loaded server data. * @param array $details Decoded JSON associative arrays about server. * @return CommunityServer[] Servers represented by given data. */