From c04029fb92315a6e526820c677b5d700932e1336 Mon Sep 17 00:00:00 2001 From: jojo Date: Thu, 15 Oct 2020 18:55:43 +0200 Subject: [PATCH] Add clearity into RecordSystem comment --- .../src/de/steamwar/fightsystem/record/RecordSystem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FightSystem_Main/src/de/steamwar/fightsystem/record/RecordSystem.java b/FightSystem_Main/src/de/steamwar/fightsystem/record/RecordSystem.java index 0ab4e3e..15d3f00 100644 --- a/FightSystem_Main/src/de/steamwar/fightsystem/record/RecordSystem.java +++ b/FightSystem_Main/src/de/steamwar/fightsystem/record/RecordSystem.java @@ -70,7 +70,7 @@ public class RecordSystem { * ParticlePacket (0x31) + double x, y, z + string particleType * SoundPacket (0x32) + int x, y, z + string soundType + string soundCategory + float volume, pitch * ShortBlockPacket (0x33) + pos relative to ArenaMinX,ArenaMinZ byte, byte, byte + short BlockState - * SoundAtPlayerPacket (0x34) + string soundType, soundCategory + float volume, pitch + * SoundAtPlayerPacket (0x34) + string (soundType, soundCategory) + float volume, pitch * * * ChatPacket (0xA0) + String message