mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 20:30:25 +00:00
[Hotfix] Fix Door opening regression caused by #2880
This commit is contained in:
@@ -4566,6 +4566,9 @@ void Client::Handle_OP_ClickDoor(const EQApplicationPacket *app)
|
||||
currentdoor->HandleClick(this, 0);
|
||||
}
|
||||
}
|
||||
else {
|
||||
currentdoor->HandleClick(this, 0);
|
||||
}
|
||||
}
|
||||
else {
|
||||
// we let this pass because client controlled doors require this to force the linked doors
|
||||
|
||||
Reference in New Issue
Block a user