mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
Update Navigator Manager
This commit is contained in:
parent
a07c13181d
commit
ba6a849972
@ -78,7 +78,7 @@ public class NavigatorManager {
|
||||
Class clazz = Room.class;
|
||||
|
||||
if (set.getString("field").contains(".")) {
|
||||
for (String s : (set.getString("field")).split(".")) {
|
||||
for (String s : (set.getString("field")).split("\\.")) {
|
||||
try {
|
||||
field = clazz.getDeclaredMethod(s);
|
||||
clazz = field.getReturnType();
|
||||
|
Loading…
Reference in New Issue
Block a user