mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixes movesets reset bug
This commit is contained in:
@@ -97,7 +97,7 @@ module UnrealTime
|
||||
# Initial date. In sequence: Year, month, day, hour and minutes.
|
||||
# Method UnrealTime.reset resets time back to this time.
|
||||
def self.initial_date
|
||||
return Time.local(2000,1,1, 12,0)
|
||||
return Time.local(2000,1,1, 4,0)
|
||||
end
|
||||
|
||||
# Advance to next time. If time already passed, advance
|
||||
|
||||
Reference in New Issue
Block a user