mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
0.996c
+ Removed cfgtowngenerator /stream_locationCheck; loop entirely. Tests show to have improved fps. + Added disabling zombies servers side for server side performance increase/testing. + Fixed crafting error from 0.996b. + Revert helicopter intel removal test.
This commit is contained in:
@@ -1112,12 +1112,6 @@ class FSM
|
||||
" };" \n
|
||||
"};" \n
|
||||
"" \n
|
||||
"dayz_locationCheck = [] spawn {" \n
|
||||
" while {true} do {" \n
|
||||
" call stream_locationCheck;" \n
|
||||
" sleep 2;" \n
|
||||
" };" \n
|
||||
"};" \n
|
||||
"dayz_friendliesCheck = [] spawn {" \n
|
||||
" while {true} do {" \n
|
||||
" call player_friendliesCheck;" \n
|
||||
|
||||
Reference in New Issue
Block a user