mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +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;
|
sched_ef_lowFPSctr = sched_ef_lowFPSctr +1;
|
||||||
if (sched_ef_lowFPSctr < 50) then {
|
if (sched_ef_lowFPSctr < 50) then {
|
||||||
_ret = (1==1);
|
_ret = (1==1);
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (sched_ef_lowFPSctr == 1) then { hintSilent ""; };
|
if (sched_ef_lowFPSctr == 1) then { hintSilent ""; };
|
||||||
|
|||||||
Reference in New Issue
Block a user