Sigbert van Iga hat den fehler gefunden
This commit is contained in:
@@ -1091,7 +1091,7 @@ namespace ReallifeGamemode.Server.Commands
|
|||||||
ChatService.PlayerNotFound(player);
|
ChatService.PlayerNotFound(player);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!target.HasData("isDead") || target.GetData<bool>("isDead"))
|
if (!target.HasData("isDead") || !target.GetData<bool>("isDead"))
|
||||||
{
|
{
|
||||||
ChatService.ErrorMessage(player, "Der Spieler ist nicht tot");
|
ChatService.ErrorMessage(player, "Der Spieler ist nicht tot");
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user