Adding space in debug output
This commit is contained in:
parent
c0f78d6c3f
commit
b30d336f87
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue