mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
Where/were typo - Fix #125
This commit is contained in:
parent
1f69db1bdb
commit
9aeac540e5
@ -1645,7 +1645,7 @@ u32 GodMode() {
|
|||||||
|
|
||||||
// check write permissions
|
// check write permissions
|
||||||
if (~last_write_perm & GetWritePermissions()) {
|
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();
|
last_write_perm = GetWritePermissions();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user