0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Add missing comment to FullbrightHack

This commit is contained in:
Alexander01998 2022-09-19 21:09:05 +02:00
parent d3f1e744f6
commit 6ab88f6136

View File

@ -185,4 +185,6 @@ public final class FullbrightHack extends Hack implements UpdateListener
return name;
}
}
// See ClientPlayerEntityMixin.hasStatusEffect()
}