Reconnect.
This commit is contained in:
parent
82e875802f
commit
98ad4f5f13
@ -215,6 +215,10 @@ namespace Components
|
||||
|
||||
Party::Connect(Network::Address(params[1]));
|
||||
});
|
||||
Command::Add("reconnect", [] (Command::Params params)
|
||||
{
|
||||
Party::Connect(Party::Container.Target);
|
||||
});
|
||||
|
||||
Renderer::OnFrame([] ()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user