Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
7851d560ad
Commit
55b23cad2c
@ -343,8 +343,10 @@ public class PacketProcessor {
|
||||
int x = source.readInt() - arenaMinX + Config.ArenaRegion.getMinX();
|
||||
int y = source.readInt() - arenaMinY + Config.BluePasteRegion.getMinY();
|
||||
int rawZ = source.readInt() - arenaMinZ;
|
||||
|
||||
if(rotateZ)
|
||||
rawZ = Config.ArenaRegion.getSizeZ() - rawZ;
|
||||
|
||||
int z = rawZ + Config.ArenaRegion.getMinZ();
|
||||
|
||||
String soundName = source.readUTF();
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren