Selaa lähdekoodia

Removing shutdown event from Editor.ts

Josh Engebretson 9 vuotta sitten
vanhempi
sitoutus
d9d421d11a
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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();
     }