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
View File
@@ -87,6 +87,7 @@
<workItem from="1675795807134" duration="411000" />
<workItem from="1676926021732" duration="612000" />
<workItem from="1677445028345" duration="816000" />
<workItem from="1677520608630" duration="13000" />
</task>
<servers />
</component>
Binary file not shown.
Binary file not shown.
+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;