mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 00:38:46 +00:00
Fix small issue with door plugin.
This commit is contained in:
@@ -18,7 +18,7 @@ class OpenDoorAction < DistancedAction
|
||||
end
|
||||
|
||||
def equals(other)
|
||||
return (get_class == other.get_class && @position == other.position)
|
||||
return (get_class == other.get_class && @door_object == other.door_object)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user