mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix missing semicolon in sched_oneachframe.sqf
This commit is contained in:
@@ -17,7 +17,7 @@ sched_onEachFrame = {
|
||||
sched_ef_lowFPSctr = sched_ef_lowFPSctr +1;
|
||||
if (sched_ef_lowFPSctr < 50) then {
|
||||
_ret = (1==1);
|
||||
}
|
||||
};
|
||||
}
|
||||
else {
|
||||
if (sched_ef_lowFPSctr == 1) then { hintSilent ""; };
|
||||
|
||||
Reference in New Issue
Block a user