Removed unnecessary colons.

This commit is contained in:
MobiusDevelopment
2019-04-16 11:48:14 +00:00
parent 24baabc449
commit 1fd53af3b4
278 changed files with 395 additions and 395 deletions

View File

@@ -103,7 +103,7 @@ public class AugmentationData
load();
// Use size*4: since theres 4 blocks of stat-data with equivalent size
LOGGER.info("AugmentationData: Loaded: " + (_augmentationStats[0].size() * 4) + " augmentation stats.");
LOGGER.info("AugmentationData: Loaded " + (_augmentationStats[0].size() * 4) + " augmentation stats.");
}
public static void reload()