Преглед на файлове

Removing shutdown event from Editor.ts

Josh Engebretson преди 9 години
родител
ревизия
d9d421d11a
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      Script/AtomicEditor/editor/Editor.ts

+ 0 - 1
Script/AtomicEditor/editor/Editor.ts

@@ -274,7 +274,6 @@ class Editor extends Atomic.ScriptObject {
     // event handling
     handleExitRequested(data) {
         if (this.exitRequested) return;
-        this.sendEvent("IPCServerShutdown");
         this.exitRequested = true;
         this.closeAllResourceEditors();
     }