Removed extra newline in debug hud injection

This commit is contained in:
FlorianMichael 2024-01-03 18:47:01 +01:00
parent a46276579e
commit 1c2f0e146c
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126

View File

@ -132,8 +132,6 @@ public abstract class MixinDebugHud {
}
}
information.add("");
cir.getReturnValue().addAll(information);
}