This commit is contained in:
brausjonas
2023-02-27 19:31:26 +01:00
parent b2341af39c
commit 3b92ac742d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import java.util.TimerTask;
public class Room
{
private Client[] players = new Client[3];
private Client[] players = new Client[2];
private Vector3[] startPositions;
private String roomCode;
private Server server;