medic keine doppelte nachricht
This commit is contained in:
@@ -234,7 +234,7 @@ namespace ReallifeGamemode.Server.Commands
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(deadPlayer == null)
|
if (deadPlayer == null)
|
||||||
{
|
{
|
||||||
ChatService.ErrorMessage(player, "Es wurde kein toter Spieler gefunden");
|
ChatService.ErrorMessage(player, "Es wurde kein toter Spieler gefunden");
|
||||||
return;
|
return;
|
||||||
@@ -283,6 +283,7 @@ namespace ReallifeGamemode.Server.Commands
|
|||||||
if (price < 10 || price > 100)
|
if (price < 10 || price > 100)
|
||||||
{
|
{
|
||||||
ChatService.ErrorMessage(player, "Der Preis muss zwischen 10$ und 100$ liegen");
|
ChatService.ErrorMessage(player, "Der Preis muss zwischen 10$ und 100$ liegen");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!player.IsDuty())
|
if (!player.IsDuty())
|
||||||
|
|||||||
Reference in New Issue
Block a user