mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2026-01-19 07:25:04 +01:00
Fix gradle setup and replace all debug calls
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user