medic keine doppelte nachricht

This commit is contained in:
hydrant
2020-08-02 15:33:28 +02:00
parent 828d94b01c
commit 3e8cf1968f

View File

@@ -283,6 +283,7 @@ namespace ReallifeGamemode.Server.Commands
if (price < 10 || price > 100)
{
ChatService.ErrorMessage(player, "Der Preis muss zwischen 10$ und 100$ liegen");
return;
}
if (!player.IsDuty())