12
0

Remove Unused Method

Dieser Commit ist enthalten in:
Chaoscaot 2021-01-15 13:57:37 +01:00
Ursprung d8191836a8
Commit fa9361785b

Datei anzeigen

@ -124,10 +124,6 @@ public class PersonalKit {
return name;
}
public String getGamemode() {
return gamemode;
}
public boolean isInUse() {
return inUse;
}