Fixed 180 rotation directions

This commit is contained in:
Ishaan Bhardwaj
2020-11-14 19:20:25 -05:00
parent 721acefea0
commit d626926d5a
4 changed files with 8 additions and 8 deletions

View File

@@ -187,9 +187,9 @@ end
function ARS:get180RotationValue()
if config.gamesettings.world_reverse == 3 then
return 3
else
return 1
else
return 3
end
end