diff --git a/Overrides/ExileServer_util_time_uptime.sqf b/Overrides/ExileServer_util_time_uptime.sqf index f24391f..5a6239b 100644 --- a/Overrides/ExileServer_util_time_uptime.sqf +++ b/Overrides/ExileServer_util_time_uptime.sqf @@ -9,4 +9,4 @@ * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/. */ -(call compile ("extDB3" callExtension "9:UPTIME:MINUTES")) +(parseNumber ("extDB3" callExtension "9:UPTIME:MINUTES"))