mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-30 14:43:27 +01:00
Remove extra space
This commit is contained in:
parent
30bff505c4
commit
5b9acb72fb
@ -711,7 +711,7 @@ public class PacketContainer implements Serializable {
|
|||||||
*/
|
*/
|
||||||
public StructureModifier<PlayerInfoAction> getPlayerInfoAction() {
|
public StructureModifier<PlayerInfoAction> getPlayerInfoAction() {
|
||||||
// Convert to and from the wrapper
|
// Convert to and from the wrapper
|
||||||
return structureModifier.<PlayerInfoAction> withType(
|
return structureModifier.<PlayerInfoAction>withType(
|
||||||
EnumWrappers.getPlayerInfoActionClass(), EnumWrappers.getPlayerInfoActionConverter());
|
EnumWrappers.getPlayerInfoActionClass(), EnumWrappers.getPlayerInfoActionConverter());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user