Use "newline" and fix /fwr info

1. uses "newline" instead of "new line" as the space was only supported in skQuery, this removes skQuery dependency (which wasn't intended)
2. fixes it always showing chunk-based reset in /fwr info even if it isn't
This commit is contained in:
Govindas 2021-02-17 12:15:12 +02:00
parent ca18edb0c3
commit 3c3ec58879
1 changed files with 2 additions and 2 deletions

View File

@ -638,7 +638,7 @@ command /fastworldreset [<text>] [<text>] [<text>]:
send formatted "&a&lWorld: &e%{-fastworldresetworld::%arg 2%}%"
if {fastworldreset::chunkresetdisabled::%{_world}%} is set:
if {fastworldreset::chunkresetdisabled::%arg 2%} is set:
set {_type} to "world-based"
else:
set {_type} to "chunk-based with fallback to world-based if it fails"