Better Placement
This commit is contained in:
Generated
+1
@@ -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.
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user