ChatService.Error -> ErrorMessage
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user