mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix init errors, improve antihack
Add True value checking, change all true loops to 1 == 1 (1 cannot be overwritten). This commit also fixes an error with the latest beta patches.
This commit is contained in:
@@ -27,7 +27,7 @@ private["_ofn","_nfn","_REMOVED_LIB","_TRACED_LIB"];
|
||||
|
||||
#ifndef SKIP_REMOTEEXECUTIONSERVER
|
||||
[]spawn{
|
||||
while{(true)}do{
|
||||
while {(1 == 1)} do {
|
||||
private["_nfn"];
|
||||
waitUntil{BIS_PathMPscriptCommandsCustom=="\ca\Modules\MP\data\scriptCommandsCustom\"};
|
||||
_nfn="BIS_MPF_remoteExecutionServer"+str(round(random(100000)));
|
||||
|
||||
Reference in New Issue
Block a user