From 27e1bc8fba638dcb53ca997fac46a48f86784193 Mon Sep 17 00:00:00 2001 From: Benjo Date: Fri, 19 Feb 2021 18:31:10 +0100 Subject: [PATCH] and another --- Game/GameManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Game/GameManager.cs b/Game/GameManager.cs index 1d6b9cb..9bffa9f 100644 --- a/Game/GameManager.cs +++ b/Game/GameManager.cs @@ -8,7 +8,7 @@ namespace GameServer.Game { private Dictionary Players { get; } = new(); - public bool IsRunning { get; set; } + public bool IsRunning { get; private set; } public GameManager(Room room) { Room = room;