Code format for space before comments.

This commit is contained in:
MobiusDevelopment
2019-11-13 16:49:02 +00:00
parent 0997c81251
commit 25678c3f9c
126 changed files with 254 additions and 254 deletions

View File

@ -129,7 +129,7 @@ public class GMViewCharacterInfo implements IClientOutgoingPacket
packet.writeD(_flyRunSpd);
packet.writeD(_flyWalkSpd);
packet.writeF(_moveMultiplier);
packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9);//
packet.writeF(_player.getAttackSpeedMultiplier()); // 2.9); //
packet.writeF(_player.getCollisionRadius()); // scale
packet.writeF(_player.getCollisionHeight()); // y offset ??!? fem dwarf 4033
packet.writeD(_player.getAppearance().getHairStyle());

View File

@ -69,7 +69,7 @@ public class RecipeShopManageList implements IClientOutgoingPacket
}
else
{
packet.writeD(_recipes.size());// number of items in recipe book
packet.writeD(_recipes.size()); // number of items in recipe book
int i = 1;
for (RecipeHolder recipe : _recipes)