Harden gameplay input restore after frontend
This commit is contained in:
@@ -52,8 +52,9 @@ def main() -> None:
|
||||
"SetIgnoreMoveInput(true)",
|
||||
"SetIgnoreLookInput(true)",
|
||||
"SetInputMode(FInputModeGameOnly())",
|
||||
"SetIgnoreMoveInput(false)",
|
||||
"SetIgnoreLookInput(false)",
|
||||
"ResetIgnoreMoveInput()",
|
||||
"ResetIgnoreLookInput()",
|
||||
"RestoreGameplayControlState",
|
||||
"saving",
|
||||
):
|
||||
require(token in controller + frontend, f"missing modal input or debug token: {token}")
|
||||
|
||||
Reference in New Issue
Block a user