mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
Forgot to add IsReady to setdifficullty command
This commit is contained in:
parent
9a6a6d7999
commit
ff50de4bdd
@ -459,6 +459,7 @@
|
|||||||
IsReady = True
|
IsReady = True
|
||||||
Case "setdifficulty"
|
Case "setdifficulty"
|
||||||
Core.Player.DifficultyMode = CInt(argument).Clamp(0, 2)
|
Core.Player.DifficultyMode = CInt(argument).Clamp(0, 2)
|
||||||
|
IsReady = True
|
||||||
Case "setgender"
|
Case "setgender"
|
||||||
Select Case argument
|
Select Case argument
|
||||||
Case "0", "Male", "male"
|
Case "0", "Male", "male"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user