mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
Corrected 'mounts not storable while on them'
This commit is contained in:
@@ -675,7 +675,7 @@ public class MountService implements INetworkDispatch {
|
||||
|
||||
if (isMounted(owner, mount)) {
|
||||
//storer.sendSystemMessage(OutOfBand.ProsePackage("@pet/pet_menu:must_dismount"), DisplayType.Broadcast);
|
||||
return;
|
||||
//return;
|
||||
}
|
||||
|
||||
if (owner.getTefTime() > 0) {
|
||||
|
||||
Reference in New Issue
Block a user