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

@@ -102,7 +102,7 @@ namespace ReallifeGamemode.Server.Managers
if (checkPlayer.Handmoney < inputField1)
{
//TODO im CEFBrowser anzeigen client.SendChatMessage("Nicht genügend Geld im Automaten. Maximal Verfügbar: " + checkATM.Balance);
//TODO im CEFBrowser anzeigen
//client.TriggerEvent("SERVER:WORLD_INTERACTION:ATM_ERROR", 0, checkATM.Balance);
client.SendNotification("~r~Nicht genügend Geld auf der Hand!");
}