diff --git a/SQF/dayz_code/util/Util.hpp b/Server Files/Archive/dayz_code/util/Util.hpp similarity index 99% rename from SQF/dayz_code/util/Util.hpp rename to Server Files/Archive/dayz_code/util/Util.hpp index 6913a11e4..03af0e847 100644 --- a/SQF/dayz_code/util/Util.hpp +++ b/Server Files/Archive/dayz_code/util/Util.hpp @@ -23,4 +23,4 @@ variable is restored automatically after transmission. For example: //Note: the predicate is evaluated once each frame. Expensive operations may cause performance issues. #define Util_WaitUntil(predicate, timeout) ([_this, predicate, timeout, diag_tickTime] call dz_fn_util_waitUntil) -#endif \ No newline at end of file +#endif