From 1f2e85a52ddb1a5ee30d95fac60ddc485d357d82 Mon Sep 17 00:00:00 2001 From: glx22 Date: Sun, 21 Dec 2025 01:30:40 +0100 Subject: [PATCH] Fix #14949, 0717746: Add the new callbacks to the callback table --- src/network/network_command.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/network/network_command.cpp b/src/network/network_command.cpp index aa3b1e1425..e4c67f4553 100644 --- a/src/network/network_command.cpp +++ b/src/network/network_command.cpp @@ -83,7 +83,9 @@ static constexpr auto _callback_tuple = std::make_tuple( &CcRoadStop, &CcStartStopVehicle, &CcGame, - &CcAddVehicleNewGroup + &CcAddVehicleNewGroup, + &CcMoveStationName, + &CcMoveWaypointName ); #ifdef SILENCE_GCC_FUNCTION_POINTER_CAST