main.sqf optimization

Issue #3 resolved
zorrobyte repo owner created an issue

On main.sqf you should delete the PHP Code: if (is server) then [....
statements in caching. They are unecesary with the initial PHP Code: if (!isServer) exitwith.
Nothing apart from the server should be executing those, so the comprobation is an extra overhead.