Fixing some warnings (#6250)
Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Content.Server.GameTicking
|
||||
private TimeSpan _pauseTime;
|
||||
|
||||
[ViewVariables]
|
||||
public bool Paused { get; set; }
|
||||
public new bool Paused { get; set; }
|
||||
|
||||
[ViewVariables]
|
||||
private bool _roundStartCountdownHasNotStartedYetDueToNoPlayers;
|
||||
|
||||
Reference in New Issue
Block a user