Gangwar System Complete

This commit is contained in:
Lukas Moungos
2020-01-22 21:05:39 +01:00
parent 5d452d6391
commit 4761baeea4
2 changed files with 21 additions and 20 deletions

View File

@@ -182,7 +182,7 @@ namespace ReallifeGamemode.Server.Gangwar
{
if (turf.status == "attack")
{
client.SendChatMessage("Ein GW läuft grad bruder"); // DEBUG //change to smth more serious
ChatService.ErrorMessage(client,"Du kannst momentan kein Gangwar starten");
return;
}
}