fix: Make world safety nag title text match the action being performed instead of always saying 'Copy World'
Signed-off-by: Robb <computerguy440+gh@gmail.com>
This commit is contained in:
@ -93,7 +93,7 @@ protected:
|
||||
private:
|
||||
QModelIndex getSelectedWorld();
|
||||
bool isWorldSafe(QModelIndex index);
|
||||
bool worldSafetyNagQuestion();
|
||||
bool worldSafetyNagQuestion(const QString &actionType);
|
||||
void mceditError();
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user