@@ -1,4 +1,4 @@
|
||||
From 0a5f04dd779fd13b8ba468eb224b0a3a44596ecf Mon Sep 17 00:00:00 2001
|
||||
From 88294560138502bb818d2678ce19888bae1d2d8b Mon Sep 17 00:00:00 2001
|
||||
From: md_5 <md_5@live.com.au>
|
||||
Date: Fri, 21 Jun 2013 18:05:54 +1000
|
||||
Subject: [PATCH] Allow Disabling of Command TabComplete
|
||||
@@ -18,7 +18,7 @@ index be832ac..3fa8dbe 100644
|
||||
player.sendMessage(ChatColor.RED + "An internal error occurred while attempting to tab-complete this command");
|
||||
getLogger().log(Level.SEVERE, "Exception when " + player.getName() + " attempted to tab complete " + message, ex);
|
||||
diff --git a/src/main/java/org/spigotmc/SpigotConfig.java b/src/main/java/org/spigotmc/SpigotConfig.java
|
||||
index 1329712..55f11a0 100644
|
||||
index b3875c1..453d0a1 100644
|
||||
--- a/src/main/java/org/spigotmc/SpigotConfig.java
|
||||
+++ b/src/main/java/org/spigotmc/SpigotConfig.java
|
||||
@@ -215,4 +215,10 @@ public class SpigotConfig
|
||||
@@ -27,7 +27,7 @@ index 1329712..55f11a0 100644
|
||||
}
|
||||
+
|
||||
+ public static boolean tabComplete;
|
||||
+ private void tabComplete()
|
||||
+ private static void tabComplete()
|
||||
+ {
|
||||
+ tabComplete = getBoolean( "commands.tab-complete", true );
|
||||
+ }
|
||||
|
||||
Reference in New Issue
Block a user