SteamWar/FightSystem
Archiviert
13
1

Remove todo
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2021-09-29 08:31:02 +02:00
Ursprung 31a04e8323
Commit a17e522075

Datei anzeigen

@ -113,7 +113,6 @@ public class BountifulWrapper8 implements BountifulWrapper.IBountifulWrapper {
watchableDatatypes.put(int.class, 2);
watchableDatatypes.put(float.class, 3);
watchableDatatypes.put(String.class, 4);
watchableDatatypes.put(String.class, 5); //TODO: ItemStack required
}
@Override