mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
0.69 + 1.7.5.M1D15
This commit is contained in:
@@ -51,9 +51,6 @@ SleepWater = 1440; //minutes (24 hours)
|
||||
SleepTemperatur = 90 / 100; //Firs Value = Minutes untill Player reaches the coldest Point at night (without other effects! night factor expected to be -1) //TeeChange
|
||||
|
||||
//Server Variables
|
||||
dayZ_hivePipe1 = "\\.\pipe\dayz"; //The named pipe
|
||||
dayZ_hivePipeAuth = "\\.\pipe\dayzAuth"; //The named pipe
|
||||
hiveInUse = false;
|
||||
allowConnection = false;
|
||||
isSinglePlayer = false;
|
||||
dayz_serverObjectMonitor = [];
|
||||
@@ -93,6 +90,7 @@ dayz_resetSelfActions = {
|
||||
s_player_deleteBuild = -1;
|
||||
s_player_forceSave = -1;
|
||||
s_player_flipveh = -1;
|
||||
s_player_stats = -1;
|
||||
s_player_sleep = -1;
|
||||
s_player_movedog = -1;
|
||||
s_player_speeddog = -1;
|
||||
|
||||
Reference in New Issue
Block a user