mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Fixed bug in error message in QuestEditorToolBarController.
This commit is contained in:
parent
44ae05cf90
commit
43fd78e466
@ -186,7 +186,7 @@ export class QuestEditorToolBarController extends Controller {
|
||||
}
|
||||
this.set_filename(basename(bin.name || dat.name));
|
||||
} else {
|
||||
throw new Error("Please select one .bin and one .dat file.");
|
||||
throw new Error("Please select one .qst file or one .bin and one .dat file.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user