Fix gradle setup and replace all debug calls

This commit is contained in:
Alexander Söderberg
2020-07-13 22:51:57 +02:00
parent b109b76120
commit a1f262b5b2
46 changed files with 308 additions and 317 deletions

View File

@ -47,7 +47,7 @@ import java.util.Set;
public class ContentMap {
private static final Logger logger = LoggerFactory.getLogger(ContentMap.class);
private static final Logger logger = LoggerFactory.getLogger("P2/" + ContentMap.class.getSimpleName());
final Set<EntityWrapper> entities;
final Map<PlotLoc, BaseBlock[]> allBlocks;