aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/LoginManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS_TheReturn/LoginManager.cs')
-rw-r--r--ShiftOS_TheReturn/LoginManager.cs5
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;