Another typo

This commit is contained in:
Wyqer 2019-12-11 20:31:36 +01:00
parent e18599a6f7
commit f228b0cb0d
No known key found for this signature in database
GPG Key ID: D7E2F8BD7F1E48FA
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
File: fn_isBigtownActive.sqf
Author: KP Liberation Dev Team - https://github.com/KillahPotatoes
Date: 2019-12-03
Last Update: 2019-12-07
Last Update: 2019-12-11
License: MIT License - http://www.opensource.org/licenses/MIT
Description:
@ -15,4 +15,4 @@
Bigtown currently activated [BOOL]
*/
(activte_sectors findIf {_x in sectors_bigtown}) != -1
(active_sectors findIf {_x in sectors_bigtown}) != -1