This commit is contained in:
Lukas Moungos
2019-12-01 16:51:06 +01:00
parent f67fd6ac63
commit 2cdfad37ad
3 changed files with 2 additions and 3 deletions

View File

@@ -349,7 +349,6 @@
gangturfs = [];
turfs.forEach(function (turf) {
if (turf.Id != undefined) {
mp.gui.chat.push(turf.Owner);
gangturfs[gangturfs.length] = new Gangturf(turf.Name, turf.Id, turf.X, turf.Y, turf.Range, turf.Color, turf.Rotation, turf.Owner, false);
}
});