Removed Invoke class

This commit is contained in:
Anuken
2018-05-14 06:40:23 -07:00
parent a8900bb50e
commit eb69dce585
4 changed files with 7 additions and 183 deletions

View File

@@ -11,7 +11,7 @@ import io.anuke.ucore.input.Input;
public class DefaultKeybinds {
public static void load(){
String[] sections = {"player_1", "player_2", "player_3", "player_4"};
String[] sections = {"player_1"};
for(String section : sections) {