Skip to content

Commit 75b4621

Browse files
committed
Revert "fix: Server.Name refresh method (#491)"
This reverts commit e8d6c02.
1 parent e8d6c02 commit 75b4621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXILED/Exiled.API/Features/Server.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static string Name
6464
set
6565
{
6666
ServerConsole._serverName = value;
67-
ServerConsole.singleton.RefreshServerNameSafe();
67+
ServerConsole.singleton.RefreshServerName();
6868
}
6969
}
7070

0 commit comments

Comments
 (0)