2.3.6 Bugfix
Bugfix: Upper/lower case of player names in config will be ignored from now on to avoid errors.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// This claas was created by JaTiTV
|
||||
|
||||
|
||||
package de.jatitv.opsecurity.cmdManagement;
|
||||
|
||||
import de.jatitv.opsecurity.config.config.SelectConfig;
|
||||
@@ -16,7 +15,6 @@ import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
public class CmdExecuter implements CommandExecutor, TabCompleter {
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user