Latejoin Job Selection (#1284)
* UI version 1 * Latejoining * cleanup * missed a line * Various fixes * comment
This commit is contained in:
@@ -9,6 +9,7 @@ using Robust.Client.Interfaces;
|
||||
using Robust.Client.Interfaces.Input;
|
||||
using Robust.Client.Interfaces.ResourceManagement;
|
||||
using Robust.Client.Interfaces.UserInterface;
|
||||
using Robust.Client.UserInterface.CustomControls;
|
||||
using Robust.Client.Player;
|
||||
using Robust.Client.UserInterface.Controls;
|
||||
using Robust.Shared.Input;
|
||||
@@ -87,7 +88,8 @@ namespace Content.Client.State
|
||||
return;
|
||||
}
|
||||
|
||||
_console.ProcessCommand("joingame");
|
||||
new LateJoinGui().OpenCentered();
|
||||
return;
|
||||
};
|
||||
|
||||
_lobby.ReadyButton.OnToggled += args =>
|
||||
|
||||
Reference in New Issue
Block a user