Browse Source

Removing shutdown event from Editor.ts

Josh Engebretson 9 years ago
parent
commit
d9d421d11a
1 changed files with 0 additions and 1 deletions
  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();
     }