Server Sync
Player move on sync
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -171,10 +171,7 @@ public class Room
|
||||
case 7:
|
||||
for (int i = 0; i < players.length; i++)
|
||||
{
|
||||
if (i != player)
|
||||
{
|
||||
players[i].output.write(new byte[]{7, (byte)player, 0, 0, 0, 0, 0, 0, 0, 0});
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 126:
|
||||
|
||||
Reference in New Issue
Block a user