mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 08:14:29 +02:00
Fixed bug where construct didn't return anything
Forgot to add Return to ReturnBoolean() for <Level.LoadOffsetMaps>
This commit is contained in:
parent
a70c4e39dd
commit
13a47b5276
@ -29,9 +29,9 @@
|
|||||||
Return int(Screen.Level.EnvironmentType)
|
Return int(Screen.Level.EnvironmentType)
|
||||||
Case "loadoffsetmaps"
|
Case "loadoffsetmaps"
|
||||||
If Core.GameOptions.LoadOffsetMaps > 0 Then
|
If Core.GameOptions.LoadOffsetMaps > 0 Then
|
||||||
ReturnBoolean(True)
|
Return ReturnBoolean(True)
|
||||||
Else
|
Else
|
||||||
ReturnBoolean(False)
|
Return ReturnBoolean(False)
|
||||||
End If
|
End If
|
||||||
End Select
|
End Select
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user