Fix missing comma in sector manager

This commit is contained in:
Filip Maciejewski 2019-09-06 12:51:40 +02:00
parent 7a7491afc7
commit b3a1a32473
No known key found for this signature in database
GPG Key ID: 53D1504CC3DBCD46
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ private _squad3 = [];
private _squad4 = [];
private _minimum_building_positions = 5;
private _sector_despawn_tickets = BASE_TICKETS;
private _maximum_additional_tickets = (KP_liberation_delayDespawnMax * 60 / SECTOR_TICK_TIME)
private _maximum_additional_tickets = (KP_liberation_delayDespawnMax * 60 / SECTOR_TICK_TIME);
private _popfactor = 1;
private _guerilla = false;