Archiviert
13
0

Remove extra space

Dieser Commit ist enthalten in:
Dan Mulloy 2014-12-02 16:12:03 -05:00
Ursprung 30bff505c4
Commit 5b9acb72fb

Datei anzeigen

@ -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());
}