mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-19 15:37:42 +01:00
Fix SpotBugs issue
This commit is contained in:
@@ -60,8 +60,8 @@ public class VelocityTabList implements TabList {
|
|||||||
Component translatedFooter = player.translateMessage(footer);
|
Component translatedFooter = player.translateMessage(footer);
|
||||||
|
|
||||||
connection.write(new ClientboundHeaderAndFooterPacket(
|
connection.write(new ClientboundHeaderAndFooterPacket(
|
||||||
serializer.serialize(header),
|
serializer.serialize(translatedHeader),
|
||||||
serializer.serialize(footer)
|
serializer.serialize(translatedFooter)
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user