mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
fix comment
This commit is contained in:
parent
effb8c8ffe
commit
2e4c718cb8
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ public class JavaLevelEventTranslator extends PacketTranslator<ClientboundLevelE
|
||||||
session.sendUpstreamPacket(soundEventPacket);
|
session.sendUpstreamPacket(soundEventPacket);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Half of these are listed in MCProtocolLib as Trail instead of Trial for some reason
|
// Half of these are listed in Cloudburst as Trail instead of Trial for some reason
|
||||||
case PARTICLES_TRIAL_SPAWNER_DETECT_PLAYER -> {
|
case PARTICLES_TRIAL_SPAWNER_DETECT_PLAYER -> {
|
||||||
// Particles spawn here
|
// Particles spawn here
|
||||||
TrialSpawnerDetectEventData eventData = (TrialSpawnerDetectEventData) packet.getData();
|
TrialSpawnerDetectEventData eventData = (TrialSpawnerDetectEventData) packet.getData();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue