mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 08:14:29 +02:00
Fix Daytimes when set by command
This commit is contained in:
parent
a386be5eb6
commit
3200dd9d15
@ -872,7 +872,11 @@
|
||||
|
||||
Level.Load("battle\" & levelfile)
|
||||
Level.MapName = SavedOverworld.Level.MapName
|
||||
If World.setDaytime = Nothing Then
|
||||
Level.DayTime = World.GetTime + 1
|
||||
Else
|
||||
Level.DayTime = World.GetTime
|
||||
End If
|
||||
End Sub
|
||||
|
||||
#End Region
|
||||
|
Loading…
x
Reference in New Issue
Block a user