diff --git a/CHANGE LOG 1.0.6.txt b/CHANGE LOG 1.0.6.txt index 741263735..67ba7b18e 100644 --- a/CHANGE LOG 1.0.6.txt +++ b/CHANGE LOG 1.0.6.txt @@ -55,8 +55,8 @@ [UPDATED] Keyboard eventhandler to @facoptere's faster code from DayZ Mod #1673 @ebaydayz +[INFO] Amphibious pook and cessna (pook_h13_amphib,GNT_C185E,GNT_C185F) confirmed to have FPS issues. Using them is not recommended. #1612 @bleeding- @Markokil321 [INFO] Auto login does not force a player who aborted from the game, back to the lobby, to login [INFO] (EXTREMELY IMPORTANT) Server owners MUST update their required build and beta to 131129 -[INFO] Server admins should add requiredSecureId = 2; to their server.cfg to prevent uid spoofing. [INFO] Models/textures by Paul Tomany. @Sequisha. [INFO] Special thanks to http://verthosting.com for hosting our development server. diff --git a/SQF/dayz_code/init/variables.sqf b/SQF/dayz_code/init/variables.sqf index 667e535a8..0f2e67457 100644 --- a/SQF/dayz_code/init/variables.sqf +++ b/SQF/dayz_code/init/variables.sqf @@ -446,8 +446,6 @@ PVDZE_plr_TradeMenu = []; // For all traders PVDZE_plr_DeathB = []; //DayZ settings -dayz_dawn = 6; -dayz_dusk = 18; DAYZ_agentnumber = 0; dayz_animalDistance = 600; dayz_zSpawnDistance = 1000;