Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
ea9c02e1f3
Commit
6941cc98f0
@ -43,13 +43,13 @@ public class ProtocolWrapper19 implements ProtocolWrapper {
|
|||||||
public void setSpawnPacketType(Object packet, EntityType type) {
|
public void setSpawnPacketType(Object packet, EntityType type) {
|
||||||
switch(type) {
|
switch(type) {
|
||||||
case PRIMED_TNT:
|
case PRIMED_TNT:
|
||||||
spawnType.set(packet, EntityTypes.as);
|
spawnType.set(packet, EntityTypes.av);
|
||||||
break;
|
break;
|
||||||
case ARROW:
|
case ARROW:
|
||||||
spawnType.set(packet, EntityTypes.d);
|
spawnType.set(packet, EntityTypes.e);
|
||||||
break;
|
break;
|
||||||
case FIREBALL:
|
case FIREBALL:
|
||||||
spawnType.set(packet, EntityTypes.S);
|
spawnType.set(packet, EntityTypes.V);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren