Merge branch 'main' into dev

This commit is contained in:
SillyLossy
2023-03-16 11:15:25 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ function setWorldInfoSettings(settings, data) {
// World Info Editor
async function showWorldEditor() {
if (!world_info) {
callPopup("<h3>Select a world info first!</h3>", "default");
callPopup("<h3>Select a world info first!</h3>", "text");
return;
}