mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 06:40:55 +00:00
Resolved errors when tab completing
This commit is contained in:
@@ -108,9 +108,7 @@ public class TerraBukkitPlugin extends JavaPlugin {
|
|||||||
if(brigManager != null) {
|
if(brigManager != null) {
|
||||||
brigManager.setNativeNumberSuggestions(false);
|
brigManager.setNativeNumberSuggestions(false);
|
||||||
}
|
}
|
||||||
}
|
} else if (commandManager.hasCapability(CloudBukkitCapabilities.ASYNCHRONOUS_COMPLETION)) {
|
||||||
|
|
||||||
if(commandManager.hasCapability(CloudBukkitCapabilities.ASYNCHRONOUS_COMPLETION)) {
|
|
||||||
commandManager.registerAsynchronousCompletions();
|
commandManager.registerAsynchronousCompletions();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user