mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-16 06:18:05 +08:00
fix
This commit is contained in:
parent
12ebffe07e
commit
66a1bd6186
@ -116,7 +116,6 @@ namespace big
|
||||
{
|
||||
node->m_free_cam_pos_x += 50.0f;
|
||||
node->m_free_cam_pos_y -= 50.0f;
|
||||
node->m_camera_x -= 50.0f;
|
||||
node_updated = true;
|
||||
}
|
||||
break;
|
||||
|
@ -310,7 +310,7 @@ namespace big
|
||||
{
|
||||
send_message_to_server(token, message, size);
|
||||
|
||||
if (g.session.kick_host_when_forcing_host && msg[1] == 6)
|
||||
if (g.session.kick_host_when_forcing_host && msg[1] == 5)
|
||||
{
|
||||
if (auto player = g_player_service->get_by_host_token(token); player && !player->is_modder)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user