mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Remove debug log
Co-authored-by: chris <github@onechris.mozmail.com>
This commit is contained in:
parent
3a42b98b77
commit
08376e615d
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ public class FenceGateSoundInteractionTranslator implements BlockSoundInteractio
|
|||
@Override
|
||||
public void translate(GeyserSession session, Vector3f position, String identifier) {
|
||||
if (identifier.contains("iron")) return;
|
||||
GeyserImpl.getInstance().getLogger().info(identifier);
|
||||
boolean open = identifier.contains("open=true");
|
||||
String materialIdentifier = getMaterialIdentifier(identifier);
|
||||
float volume = 1.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue