Fix some out of style formatting.
This commit is contained in:
@@ -31,7 +31,10 @@ import net.md_5.bungee.protocol.DefinedPacket;
|
||||
import net.md_5.bungee.protocol.packet.PluginMessage;
|
||||
|
||||
@RequiredArgsConstructor
|
||||
@ToString(of = { "name", "address", "restricted" })
|
||||
@ToString(of =
|
||||
{
|
||||
"name", "address", "restricted"
|
||||
})
|
||||
public class BungeeServerInfo implements ServerInfo
|
||||
{
|
||||
|
||||
|
@@ -6,6 +6,7 @@ import net.md_5.bungee.protocol.ProtocolConstants;
|
||||
|
||||
class EntityMap_1_7_2 extends EntityMap
|
||||
{
|
||||
|
||||
EntityMap_1_7_2()
|
||||
{
|
||||
addRewrite( 0x04, ProtocolConstants.Direction.TO_CLIENT, false ); // Entity Equipment
|
||||
|
Reference in New Issue
Block a user