SteamWar/MissileWars
Archiviert
13
0

Removed Unused Method

Dieser Commit ist enthalten in:
Chaoscaot 2020-09-03 16:13:16 +02:00
Ursprung c038d8a229
Commit 92c37a69c6

Datei anzeigen

@ -98,7 +98,4 @@ public class MWTeam {
return color.toString() + teamName;
}
public static ItemStack getBow() {
return bow;
}
}