Adding space in debug output
This commit is contained in:
parent
c0f78d6c3f
commit
b30d336f87
|
@ -92,7 +92,7 @@ public class MixinWorldSaveHandler {
|
||||||
playername +
|
playername +
|
||||||
", as premium status is: " +
|
", as premium status is: " +
|
||||||
mojangAccountNamesCache.contains(playername) +
|
mojangAccountNamesCache.contains(playername) +
|
||||||
"and data file is " + (this.fileExists ? "" : "not") +
|
" and data file is " + (this.fileExists ? "" : "not") +
|
||||||
" present."
|
" present."
|
||||||
);
|
);
|
||||||
return compoundTag;
|
return compoundTag;
|
||||||
|
|
Loading…
Reference in New Issue