mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Added DebugEnabled to initFunc's CVar list. This should prevent Debug Warp from being triggered when Boot to Debug Warp option is enabled but Debug Mode option is disabled.
This commit is contained in:
parent
a0604db25e
commit
7f773c8b91
1 changed files with 2 additions and 1 deletions
|
@ -30,4 +30,5 @@ void RegisterBootToDebugWarpScreen() {
|
||||||
}
|
}
|
||||||
|
|
||||||
static RegisterShipInitFunc initFunc_BootToDebugWarpScreen(RegisterBootToDebugWarpScreen,
|
static RegisterShipInitFunc initFunc_BootToDebugWarpScreen(RegisterBootToDebugWarpScreen,
|
||||||
{ CVAR_BOOT_TO_DEBUG_WARP_SCREEN_NAME });
|
{ CVAR_DEBUG_ENABLED_NAME,
|
||||||
|
CVAR_BOOT_TO_DEBUG_WARP_SCREEN_NAME });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue