tog connect

This commit is contained in:
hydrant
2021-04-11 15:33:20 +02:00
parent d27b205242
commit 30a6b6c4a3
2 changed files with 13 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ namespace ReallifeGamemode.Server.Events
player.TriggerEvent("SERVER:Login_ShowBrowser", registered, disableLightMode);
string msg = "~m~*** " + player.Name + " [" + player.SocialClubName + "] [ID: " + player.Handle.Value + "] (" + player.Address + ")";
if (player.HasData("togip"))
if(player.HasData("togconnect"))
{
ChatService.SendMessage(player, msg);
}