Fixed bracket markup ;)

This commit is contained in:
HugoDaBosss 2016-03-03 10:09:38 +01:00
parent afb96c4878
commit 29d2334ef0
2 changed files with 2 additions and 4 deletions

View File

@ -282,8 +282,7 @@ public enum SoundEffect {
return cat;
}
public boolean isBreakPlaceSound()
{
public boolean isBreakPlaceSound() {
return breaksound;
}

View File

@ -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;