mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-04 00:23:27 +08:00
fix(LobbyLock): use multikick when lobby lock is enabled (#2189)
This commit is contained in:
parent
44f7f0b77a
commit
d4d934e565
@ -135,7 +135,7 @@ namespace big
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
dynamic_cast<player_command*>(command::get(RAGE_JOAAT("breakup")))->call(plyr, {});
|
dynamic_cast<player_command*>(command::get(RAGE_JOAAT("multikick")))->call(plyr, {});
|
||||||
g_notification_service->push_warning("Lock Session",
|
g_notification_service->push_warning("Lock Session",
|
||||||
std::format("A player with the name of {} has been denied entry", plyr->get_net_data()->m_name));
|
std::format("A player with the name of {} has been denied entry", plyr->get_net_data()->m_name));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user