Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-20 06:50:08 +01:00
Fixed bracket markup ;)
Dieser Commit ist enthalten in:
Ursprung
afb96c4878
Commit
29d2334ef0
@ -282,8 +282,7 @@ public enum SoundEffect {
|
||||
return cat;
|
||||
}
|
||||
|
||||
public boolean isBreakPlaceSound()
|
||||
{
|
||||
public boolean isBreakPlaceSound() {
|
||||
return breaksound;
|
||||
}
|
||||
|
||||
|
@ -59,8 +59,7 @@ public class OutgoingTransformer {
|
||||
int catid = 0;
|
||||
String newname = name;
|
||||
if (effect != null) {
|
||||
if(effect.isBreakPlaceSound())
|
||||
{
|
||||
if(effect.isBreakPlaceSound()) {
|
||||
input.readBytes(input.readableBytes());
|
||||
output.clear();
|
||||
return;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren