Sync Items Buy
This commit is contained in:
Generated
+2
@@ -88,6 +88,8 @@
|
||||
<workItem from="1676926021732" duration="612000" />
|
||||
<workItem from="1677445028345" duration="816000" />
|
||||
<workItem from="1677520608630" duration="13000" />
|
||||
<workItem from="1677789901008" duration="661000" />
|
||||
<workItem from="1677881295823" duration="754000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -183,6 +183,15 @@ public class Room
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 9:
|
||||
for (int i = 0; i < players.length; i++)
|
||||
{
|
||||
if (i != player)
|
||||
{
|
||||
players[i].output.write(new byte[]{9, (byte)player, readData[1], 0, 0, 0, 0, 0, 0, 0});
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 126:
|
||||
players[player].lastTimeSendTimeOutCheck = System.currentTimeMillis();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user