diff options
Diffstat (limited to 'ShiftOS_TheReturn/AppearanceManager.cs')
| -rw-r--r-- | ShiftOS_TheReturn/AppearanceManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/AppearanceManager.cs b/ShiftOS_TheReturn/AppearanceManager.cs index 76060dd..47aa5fb 100644 --- a/ShiftOS_TheReturn/AppearanceManager.cs +++ b/ShiftOS_TheReturn/AppearanceManager.cs @@ -166,7 +166,7 @@ namespace ShiftOS.Engine public static event EmptyEventHandler OnExit; // Starts the engine's exit routine, firing the OnExit event. - internal static void Exit() + public static void Exit() { OnExit?.Invoke(); //disconnect from MUD |
