Skip to content

Commit

Permalink
New reboot invite (#2757)
Browse files Browse the repository at this point in the history
  • Loading branch information
theDevJade authored Jul 27, 2024
2 parents 1579876 + 62decaf commit f620d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exiled.Events/Handlers/Internal/Round.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private static IEnumerator<float> EndOfSupportNotification()

for (; ;)
{
ServerConsole.AddLog("Exiled support has ended. For updates and new releases, join us at discord.gg/exiledreboot!", ConsoleColor.DarkRed);
ServerConsole.AddLog("Exiled support has ended. For updates and new releases, join us at https://exiled.to/discord!", ConsoleColor.DarkRed);
ServerConsole.AddLog("Exiled Reboot will not load plugins until you acknowledge this message by setting the 'Reboot' Loader config to true.", ConsoleColor.DarkRed);
ServerConsole.AddLog("Run the commands 'exiled reboot', 'exiled ack' or 'exiled exboot' to temporary suppress the logs.", ConsoleColor.DarkRed);

Expand Down

0 comments on commit f620d33

Please sign in to comment.