mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-25 20:16:06 +01:00
Fix aliases not working when setting
This commit is contained in:
parent
9f8e1689f6
commit
3c424c1c33
@ -326,6 +326,8 @@ public class MVWorld implements MultiverseWorld {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
} else if (this.propertyAliases.containsKey(name)) {
|
||||||
|
return this.setProperty(this.propertyAliases.get(name), value);
|
||||||
}
|
}
|
||||||
throw new PropertyDoesNotExistException(name);
|
throw new PropertyDoesNotExistException(name);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user