File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ function LocationsManager.LoadLocation(Name)
115
115
LogDebug (" LoadLocation: TeleportPlayer to: " .. VectorToString (location .Location ))
116
116
location .Rotation = location .Rotation or FRotator ()
117
117
location .Rotation .Roll = 0.0
118
- local success = myPlayer :TeleportPlayer (location .Location , FRotator ())
118
+ local success = myPlayer :TeleportPlayer (location .Location , FRotator (), true )
119
119
if success then
120
120
AFUtils .SetControlRotation (location .Rotation )
121
121
end
Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ function SettingsManager.AutoSaveOnChange()
113
113
or SettingsMonitor .LeyakCooldown ~= Settings .LeyakCooldown
114
114
or SettingsMonitor .SpeedhackMultiplier ~= Settings .SpeedhackMultiplier
115
115
or SettingsMonitor .PlayerGravityScale ~= Settings .PlayerGravityScale
116
- or (Settings .Locations and SettingsMonitor .LocationsCount ~= # Settings .Locations )
117
116
or SettingsMonitor .InfiniteCrouchRoll ~= Settings .InfiniteCrouchRoll
117
+ or (Settings .Locations and SettingsMonitor .LocationsCount ~= # Settings .Locations )
118
118
then
119
119
LogDebug (" AutoSaveOnChange: Changes detected" )
120
120
SettingsMonitor .GodMode = Settings .GodMode
@@ -143,8 +143,8 @@ function SettingsManager.AutoSaveOnChange()
143
143
SettingsMonitor .LeyakCooldown = Settings .LeyakCooldown
144
144
SettingsMonitor .SpeedhackMultiplier = Settings .SpeedhackMultiplier
145
145
SettingsMonitor .PlayerGravityScale = Settings .PlayerGravityScale
146
- SettingsMonitor .LocationsCount = Settings .Locations and # Settings .Locations or 0
147
146
SettingsMonitor .InfiniteCrouchRoll = Settings .InfiniteCrouchRoll
147
+ SettingsMonitor .LocationsCount = Settings .Locations and # Settings .Locations or 0
148
148
SettingsManager .SaveToFile ()
149
149
end
150
150
end
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ local AFUtils = require("AFUtils.AFUtils")
11
11
local UEHelpers = require (" UEHelpers" )
12
12
13
13
ModName = " CheatConsoleCommands"
14
- ModVersion = " 1.17.0 "
14
+ ModVersion = " 1.17.1 "
15
15
DebugMode = true
16
16
IsModEnabled = true
17
17
You can’t perform that action at this time.
0 commit comments