From c22f97fe18abc510352e9048933d36afea4976dc Mon Sep 17 00:00:00 2001 From: brausjonas Date: Fri, 31 Mar 2023 14:48:36 +0200 Subject: [PATCH] fds --- Server/.idea/workspace.xml | 2 +- Server/src/Room.java | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Server/.idea/workspace.xml b/Server/.idea/workspace.xml index a2f2ce1..ebff9ce 100644 --- a/Server/.idea/workspace.xml +++ b/Server/.idea/workspace.xml @@ -92,7 +92,7 @@ - + diff --git a/Server/src/Room.java b/Server/src/Room.java index 6b72801..895acac 100644 --- a/Server/src/Room.java +++ b/Server/src/Room.java @@ -399,5 +399,9 @@ public class Room { } } + + threads = null; + players = null; + startPositions = null; } }