Better Placement

This commit is contained in:
brausjonas
2023-02-27 19:07:40 +01:00
parent f3cfdffb51
commit 51155b4e97
9 changed files with 103 additions and 21 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;