Validate movechoice target
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user