Ver código fonte

Removing shutdown event from Editor.ts

Josh Engebretson 9 anos atrás
pai
commit
d9d421d11a
1 arquivos alterados com 0 adições e 1 exclusões
  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();
     }