This commit is contained in:
Mr-X-GTA 2024-11-01 16:46:08 +01:00
parent 12ebffe07e
commit 66a1bd6186
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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)
{