ChatService.Error -> ErrorMessage

This commit is contained in:
hydrant
2019-05-23 11:40:55 +02:00
parent e133731698
commit 993f9972cd
11 changed files with 98 additions and 93 deletions

View File

@@ -40,7 +40,6 @@ namespace ReallifeGamemode.Server.Events
if (IsPlayerBanned(player)) return;
player.TriggerEvent("SERVER:Login_ShowBrowser");
player.SendChatMessage("show login");
string msg = "~m~*** " + player.Name + " [" + player.SocialClubName + "] [ID:" + player.Handle.Value + "] (" + player.Address + ")";
ChatService.BroadcastAdmin(msg, AdminLevel.ADMIN);
}