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