Validate movechoice target

This commit is contained in:
2024-12-27 15:53:11 +01:00
parent b4e8ad1cd2
commit b3529fa22f
4 changed files with 60 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ public class Gen7MiscLibrary : IMiscLibrary
/// <inheritdoc />
public TimeOfDay GetTimeOfDay()
{
var time = StaticHelpers.GetCurrentDateTime();
var time = StaticHelpers.GetCurrentDateTime().LocalDateTime;
var hour = time.Hour;
return hour switch
{