licht modus fehlerbehebung
This commit is contained in:
@@ -23,10 +23,10 @@ namespace ReallifeGamemode.Server.Managers
|
||||
realTimeTimer.Start();
|
||||
}
|
||||
|
||||
public static void PauseTimeManager()
|
||||
public static void PauseTimeManager(TimeSpan time)
|
||||
{
|
||||
realTimeTimer.Stop();
|
||||
CurrentTime = DateTime.Now.TimeOfDay;
|
||||
CurrentTime = time;
|
||||
}
|
||||
|
||||
private static void SetTime(object sender, ElapsedEventArgs args)
|
||||
|
||||
Reference in New Issue
Block a user