some fixes
This commit is contained in:
@@ -31,7 +31,9 @@ namespace ReallifeGamemode.Server.Managers
|
||||
{
|
||||
DateTime now = DateTime.Now;
|
||||
CurrentTime = now.TimeOfDay;
|
||||
NAPI.Task.Run(() => {
|
||||
NAPI.World.SetTime(now.Hour, now.Minute, now.Second);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user