Puuuuush
This commit is contained in:
Generated
+1
-1
@@ -98,7 +98,7 @@
|
||||
<workItem from="1680352829832" duration="680000" />
|
||||
<workItem from="1680353695912" duration="624000" />
|
||||
<workItem from="1680470998642" duration="1402000" />
|
||||
<workItem from="1681130452664" duration="3878000" />
|
||||
<workItem from="1681130452664" duration="4618000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -85,6 +85,20 @@ public class Room
|
||||
server.deleteRoom(roomCode);
|
||||
}
|
||||
|
||||
for(int i = 0; i < players.length; i++)
|
||||
{
|
||||
if(players[i] != null)
|
||||
{
|
||||
try
|
||||
{
|
||||
players[i].output.write(new byte[]{11, (byte)playerCount, 0, 0, 0, 0, 0, 0, 0, 0});
|
||||
} catch (IOException e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
while (true)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user