forked from Mirror/GodMode9
Where/were typo - Fix #125
This commit is contained in:
parent
1f69db1bdb
commit
9aeac540e5
@ -1645,7 +1645,7 @@ u32 GodMode() {
|
||||
|
||||
// check write permissions
|
||||
if (~last_write_perm & GetWritePermissions()) {
|
||||
if (ShowPrompt(true, "Write permissions where changed.\nRelock them?")) SetWritePermissions(last_write_perm, false);
|
||||
if (ShowPrompt(true, "Write permissions were changed.\nRelock them?")) SetWritePermissions(last_write_perm, false);
|
||||
last_write_perm = GetWritePermissions();
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user