extending command for user and prevent err in build ship menu

This commit is contained in:
rfi
2024-02-22 21:22:48 +07:00
parent db93c8f49d
commit bdc8785fe1
8 changed files with 133 additions and 17 deletions

View File

@@ -48,5 +48,10 @@ namespace BLHX.Server.Game.Handlers
});
}
}
public static void NotifyBuildShipData(this Connection connection)
{
connection.Send(new Sc12024());
}
}
}