forgot to remove the methods deleted last time...

This commit is contained in:
Harrison Deng 2018-01-17 23:07:44 -06:00
parent 8f0eedd1c5
commit b1f0a30f5d

View File

@ -112,14 +112,4 @@ public class VoidCircle extends Entity {
sound.play(prefs.getFloat("fx vol"));
}
}
@Override
public boolean playCollidePFX() {
return false;
}
@Override
public boolean playCollideSFX() {
return false;
}
}