[ci skip] Fixup a few bad comments

This commit is contained in:
Nassim Jahnke
2024-01-26 19:41:41 +01:00
parent d71804b7f8
commit 98775ea8e5
5 changed files with 14 additions and 14 deletions

View File

@@ -62,7 +62,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ if (list == null) {
+ list = world.redstoneUpdateInfos = new java.util.ArrayDeque<>();
+ }
+
+ // Paper end - Faster redstone torch rapid clock removal
if (addNew) {
list.add(new RedstoneTorchBlock.Toggle(pos.immutable(), world.getGameTime()));