diff options
| author | Michael <[email protected]> | 2017-06-18 08:41:46 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-18 08:41:46 -0400 |
| commit | 12acff8742f4c64976bfabee1b70dc515190fc7c (patch) | |
| tree | f0bd18b2355d34c07c744c3cd82a4725a799eecd /ShiftOS_TheReturn/AppearanceManager.cs | |
| parent | eb29eaec9840254e0bd7620a0d5e8e6b0bcf8efa (diff) | |
| download | shiftos_thereturn-12acff8742f4c64976bfabee1b70dc515190fc7c.tar.gz shiftos_thereturn-12acff8742f4c64976bfabee1b70dc515190fc7c.tar.bz2 shiftos_thereturn-12acff8742f4c64976bfabee1b70dc515190fc7c.zip | |
move terminal commands out of the engine
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 |
