diff --git a/src/main/java/net/coreprotect/database/Lookup.java b/src/main/java/net/coreprotect/database/Lookup.java index 1668464..4d97614 100755 --- a/src/main/java/net/coreprotect/database/Lookup.java +++ b/src/main/java/net/coreprotect/database/Lookup.java @@ -705,7 +705,7 @@ public class Lookup extends Queue { index = "USE INDEX(wid) IGNORE INDEX(type,user) "; } if ((restrictWorld && (users.length() > 0 || includeBlock.length() > 0 || includeEntity.length() > 0))) { - index = ""; + index = "IGNORE INDEX(PRIMARY) "; } }