diff --git a/SQF/dayz_code/util/Dictionary.hpp b/Server Files/Archive/dayz_code/util/Dictionary.hpp similarity index 99% rename from SQF/dayz_code/util/Dictionary.hpp rename to Server Files/Archive/dayz_code/util/Dictionary.hpp index cba363d2a..418f3e4a7 100644 --- a/SQF/dayz_code/util/Dictionary.hpp +++ b/Server Files/Archive/dayz_code/util/Dictionary.hpp @@ -26,4 +26,4 @@ Author: Foxy //Rearranges the internal data structure of the dictionary to free unused memory. #define Dictionary_Compact(d) ((d) call dz_fn_dictionary_compact) -#endif \ No newline at end of file +#endif