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:
parent
ca18edb0c3
commit
3c3ec58879
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user