mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-27 17:57:22 -04:00
Fixed a vehicle related crash
This commit is contained in:
@@ -676,6 +676,7 @@ public class MountService implements INetworkDispatch {
|
||||
if (isMounted(owner, mount)) {
|
||||
//storer.sendSystemMessage(OutOfBand.ProsePackage("@pet/pet_menu:must_dismount"), DisplayType.Broadcast);
|
||||
//return;
|
||||
dismount(storer, mount);
|
||||
}
|
||||
|
||||
if (owner.getTefTime() > 0) {
|
||||
|
||||
Reference in New Issue
Block a user