optimize fn_calculateServerStats.sqf #38
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
remove publicVariable declarations inside
framework/performance/functions/fn_calculateServerStats.sqf.Reduce needless accumulating network traffic for broadcast of server stats as they are not used outside server scripts.
Client can use missionNamespace getVariable to poll status if need be
fixed in v4.1.1