1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

oops forgot 1 space

This commit is contained in:
Daniel Walsh 2021-02-02 12:25:43 +00:00
parent 498050dc81
commit 636d44cfb8
No known key found for this signature in database
GPG Key ID: 91C6D8D7C4011D82

View File

@ -48,7 +48,7 @@ class VersionsCommand extends SubCommand {
if (SlimefunPlugin.getRegistry().isBackwardsCompatible()) {
HoverEvent hoverEvent = new HoverEvent(HoverEvent.Action.SHOW_TEXT, new Text(
"Backwards compatibility has a negative impact on performance!\n"
+ "We recommend you to disable this setting unless your server still"
+ "We recommend you to disable this setting unless your server still "
+ "has legacy Slimefun items (from before summer 2019) in circulation."
));