Fix crash reaction and add more translation key (#1850)

This commit is contained in:
HCR-750F
2023-07-27 00:26:09 +08:00
committed by GitHub
parent f4a89e36db
commit f73c1bdc98
37 changed files with 81 additions and 74 deletions

View File

@ -13,7 +13,7 @@
namespace big
{
bool_command g_orbital_drone("orbitaldrone", "Toggle Orbital Drone", "Enables/Disables the orbital drone",
bool_command g_orbital_drone("orbitaldrone", "ORBITAL_DRONE", "ORBITAL_DRONE_DESC",
g.world.orbital_drone.enabled);
static bool nav_override;