PlacementBugFixed

This commit is contained in:
brausjonas
2023-02-27 20:08:23 +01:00
parent a60a8f503f
commit 03f9d92aab
8 changed files with 21 additions and 12 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import java.util.TimerTask;
public class Room
{
private Client[] players = new Client[2];
private Client[] players = new Client[3];
private Vector3[] startPositions;
private String roomCode;
private Server server;