mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-27 21:26:17 +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() {
|
||||
// Convert to and from the wrapper
|
||||
return structureModifier.<PlayerInfoAction> withType(
|
||||
return structureModifier.<PlayerInfoAction>withType(
|
||||
EnumWrappers.getPlayerInfoActionClass(), EnumWrappers.getPlayerInfoActionConverter());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user