Remove even more join delay

This commit is contained in:
Pieter-Jan Briers
2018-11-21 21:25:21 +01:00
parent 2d07d89a73
commit 744af3be3e

View File

@@ -176,7 +176,7 @@ namespace Content.Server
session.Data.ContentDataUncast = new PlayerData(session.SessionId);
}
// timer time must be > tick length
Timer.Spawn(250, args.Session.JoinLobby);
Timer.Spawn(0, args.Session.JoinLobby);
chatManager.DispatchMessage(ChatChannel.Server, "Gamemode: Player joined server!", args.Session.SessionId);
}