mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-04 05:16:21 -04:00
Fixed mounts not being storable while on them
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user