mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
fix prefix
This commit is contained in:
@@ -55,7 +55,7 @@ public abstract class TableBasedBlockChunkMeta<D extends TableBasedDataObject>
|
||||
@Override
|
||||
public void insert() {
|
||||
if (ChunkMetaCommand.chunkMetaLogsEnabled()) {
|
||||
CivModCorePlugin.getInstance().getLogger().info("Inserting at " + chunkCoord);
|
||||
CivModCorePlugin.getInstance().getLogger().info("[Chunkmeta] Inserting at " + chunkCoord);
|
||||
}
|
||||
for (D data : modifiedEntries) {
|
||||
switch (data.getCacheState()) {
|
||||
|
||||
Reference in New Issue
Block a user