Adding space in debug output

This commit is contained in:
samo_lego 2020-11-03 11:10:11 +01:00
parent c0f78d6c3f
commit b30d336f87
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public class MixinWorldSaveHandler {
playername +
", as premium status is: " +
mojangAccountNamesCache.contains(playername) +
"and data file is " + (this.fileExists ? "" : "not") +
" and data file is " + (this.fileExists ? "" : "not") +
" present."
);
return compoundTag;