diff options
| author | Michael <[email protected]> | 2017-07-13 21:30:04 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-13 21:30:04 -0400 |
| commit | e929a9f5105c00b0a3a2b4e75a876bbb95bbfa7b (patch) | |
| tree | b88810b1dadf0c3893cadeaebe84351784ef18de /ShiftOS_TheReturn/LoginManager.cs | |
| parent | e92af1bc7fe5cd5860206061f4ff261b3339cc51 (diff) | |
| download | shiftos_thereturn-e929a9f5105c00b0a3a2b4e75a876bbb95bbfa7b.tar.gz shiftos_thereturn-e929a9f5105c00b0a3a2b4e75a876bbb95bbfa7b.tar.bz2 shiftos_thereturn-e929a9f5105c00b0a3a2b4e75a876bbb95bbfa7b.zip | |
Delete a LOT of obsolete code
Diffstat (limited to 'ShiftOS_TheReturn/LoginManager.cs')
| -rw-r--r-- | ShiftOS_TheReturn/LoginManager.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ShiftOS_TheReturn/LoginManager.cs b/ShiftOS_TheReturn/LoginManager.cs index d326f2c..de30cf1 100644 --- a/ShiftOS_TheReturn/LoginManager.cs +++ b/ShiftOS_TheReturn/LoginManager.cs @@ -35,7 +35,8 @@ namespace ShiftOS.Engine } } - public static event Action<ClientSave> LoginComplete; + [Obsolete("Old code.")] + public static event Action<dynamic> LoginComplete; } /// <summary> @@ -57,7 +58,7 @@ namespace ShiftOS.Engine /// <summary> /// Occurs when the login is complete. /// </summary> - event Action<ClientSave> LoginComplete; + event Action<dynamic> LoginComplete; |
