diff --git a/P3D/World/ActionScript/V2/ScriptCommands/DoPlayer.vb b/P3D/World/ActionScript/V2/ScriptCommands/DoPlayer.vb index 6e93a544a..936957e15 100644 --- a/P3D/World/ActionScript/V2/ScriptCommands/DoPlayer.vb +++ b/P3D/World/ActionScript/V2/ScriptCommands/DoPlayer.vb @@ -459,6 +459,7 @@ IsReady = True Case "setdifficulty" Core.Player.DifficultyMode = CInt(argument).Clamp(0, 2) + IsReady = True Case "setgender" Select Case argument Case "0", "Male", "male"