Browse Source

Fix for inadvertently changed file that broke the .NET build.

Shaddock Heath 9 years ago
parent
commit
b01c3fb5c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Script/AtomicNET/AtomicNETService/Program.cs

+ 1 - 1
Script/AtomicNET/AtomicNETService/Program.cs

@@ -54,7 +54,7 @@ namespace AtomicTools
                     // exit service
                     case "exit":
 
-                        app.SendEvent(Atomic.ExitRequestedEventName);
+                        app.SendEvent("ExitRequested");
                         break;
 
                 }