From 3b64735d64c5ef4c5f81cf2f0998ef87f26ee382 Mon Sep 17 00:00:00 2001
From: vbawol <vbawol@veteranbastards.com>
Date: Sun, 17 Sep 2017 12:35:40 -0500
Subject: [PATCH] debug

---
 Sources/epoch_server/system/server_monitor.fsm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Sources/epoch_server/system/server_monitor.fsm b/Sources/epoch_server/system/server_monitor.fsm
index ccb43c72..c4785a2b 100644
--- a/Sources/epoch_server/system/server_monitor.fsm
+++ b/Sources/epoch_server/system/server_monitor.fsm
@@ -31,7 +31,7 @@ link15[] = {8,2};
 link16[] = {9,2};
 link17[] = {10,2};
 globals[] = {0.000000,0,0,0,0,640,480,1,3,6316128,1,275.180084,1161.319580,208.497711,-659.879456,898,884,1};
-window[] = {2,-1,-1,-32000,-32000,994,234,1526,234,3,916};
+window[] = {2,-1,-1,-1,-1,968,208,1500,208,3,916};
 *//*%FSM</HEAD>*/
 class FSM
 {
@@ -368,6 +368,7 @@ class FSM
            "        missionNamespace setVariable[_eventKey, _startTime];" \n
            "        _lastTime = _startTime;" \n
            "    };" \n
+           "	diag_log format[""DEBUG: worldname %1 in %2 for %3"", worldName,_disallowedWorlds,_scriptName];" \n
            "    if ((_counter >= _runNumTimes && _runNumTimes != -1) || worldName in _disallowedWorlds) then {" \n
            "			diag_log format[""DEBUG: server event removed %1"", _scriptName];" \n
            "    } else {" \n
@@ -442,4 +443,4 @@ class FSM
   {
   };
 };
-/*%FSM</COMPILE>*/
+/*%FSM</COMPILE>*/
\ No newline at end of file