From a6be7e83656c5a10e0a4b1d20e2fc6390a78c7f3 Mon Sep 17 00:00:00 2001 From: VegaZ Date: Tue, 30 Mar 2021 22:25:56 +0200 Subject: [PATCH] GangwarFix zweiter Tag 11 --- ReallifeGamemode.Server/Gangwar/Turf.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReallifeGamemode.Server/Gangwar/Turf.cs b/ReallifeGamemode.Server/Gangwar/Turf.cs index 614018d8..2d9463a2 100644 --- a/ReallifeGamemode.Server/Gangwar/Turf.cs +++ b/ReallifeGamemode.Server/Gangwar/Turf.cs @@ -301,6 +301,8 @@ namespace ReallifeGamemode.Server.Gangwar this.status = "conquered"; NAPI.ClientEvent.TriggerClientEventForAll("CLIENT:Turf_Conquered", JsonConvert.SerializeObject(this.TurfID), JsonConvert.SerializeObject(this.status), JsonConvert.SerializeObject(this.Owner)); + Gangwar.loadTurfs(); + Gangwar.loadTurfs_ToAllPlayers(); reloadGangTurfs(); }