Fixed mounts not being storable while on them

This commit is contained in:
Treeku
2014-06-06 00:16:52 +01:00
parent 849bca8023
commit 7dcfdca02c
+1 -1
View File
@@ -674,7 +674,7 @@ public class MountService implements INetworkDispatch {
}
if (isMounted(owner, mount)) {
storer.sendSystemMessage(OutOfBand.ProsePackage("@pet/pet_menu:must_dismount"), DisplayType.Broadcast);
//storer.sendSystemMessage(OutOfBand.ProsePackage("@pet/pet_menu:must_dismount"), DisplayType.Broadcast);
return;
}