From dc0f2c69fb21cba2d859f5b09c88f51c155bcd8c Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Wed, 5 May 2021 01:17:03 +0200 Subject: [PATCH] Remove debug log... Fix typos in ReaMe.md --- README.md | 2 +- src/com/Geekpower14/Quake/Commands/MyTabCompleter.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d36d08..9d0dd11 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### This version of QuakeCraft is a fork from bl4ckskull666 ### Thanks to Geekpower14 for the original code and thanks to bl4ckskull666 for the resurection! -### This Scource Code is free available all time for everybody. The only condition is to respect the GPL license and keep track of the previous authors into the plugin.yml. +### This source code is freely available for everybody. The only condition is to respect the GPL license and keep track of the previous authors into the plugin.yml. ![Quake Plugin](https://media.forgecdn.net/avatars/67/696/636163107094889338.png) diff --git a/src/com/Geekpower14/Quake/Commands/MyTabCompleter.java b/src/com/Geekpower14/Quake/Commands/MyTabCompleter.java index 8bc7c26..c44821f 100644 --- a/src/com/Geekpower14/Quake/Commands/MyTabCompleter.java +++ b/src/com/Geekpower14/Quake/Commands/MyTabCompleter.java @@ -24,7 +24,7 @@ public class MyTabCompleter implements TabCompleter @Override public List onTabComplete (CommandSender sender, Command cmd, String label, String[] args) { List list = new ArrayList<>(); - _plugin.getLogger().info("MTC [" + cmd + "] [" + label + "] [" + args.length + "] [[" + Arrays.toString(args) + "]] ["+ args[args.length - 1] + "]"); + // _plugin.getLogger().info("MTC [" + cmd + "] [" + label + "] [" + args.length + "] [[" + Arrays.toString(args) + "]] ["+ args[args.length - 1] + "]"); if(cmd.getName().equalsIgnoreCase("quake") && args.length >= 0){ if(sender instanceof Player){