fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user