Fix load exception

This commit is contained in:
Infi
2024-08-28 18:22:44 +02:00
parent f6531907a4
commit bf446c5511
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ internal sealed unsafe class Chat : IDisposable
ChangeChannelNameDetour(agent);
// Inform all clients that a new login happend
// Inform all clients that a new login happened
Plugin.ServerCore.SendNewLogin();
}