SteamWar/MissileWars
Archiviert
13
0

Fix Missle Info

Dieser Commit ist enthalten in:
jojo 2020-09-18 21:25:16 +02:00
Ursprung 816a691c35
Commit 91d44aafa4

Datei anzeigen

@ -141,6 +141,7 @@ public class Missile extends SpecialItem {
} }
} }
} }
Bukkit.getLogger().log(Level.SEVERE, clipboard.getBlock(BlockVector3.at(0, 0, 0)).getBlockType().toString());
return tntCount; return tntCount;
} }