Skip to content
Snippets Groups Projects
Commit 2935c004 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix #570

Maybe, who knows?
parent a50ed83e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -343,7 +343,7 @@ function SectorEdit() ...@@ -343,7 +343,7 @@ function SectorEdit()
if(sec>0 && sec <seclen) { if(sec>0 && sec <seclen) {
var sector=db.read(Settings.DB,'sectors.'+sec,LOCK_READ); var sector=db.read(Settings.DB,'sectors.'+sec,LOCK_READ);
EditProperties(sector, SectorProperties); LockedEditProperties(sector, SectorProperties);
db.write(Settings.DB,'sectors.'+sec,sector,LOCK_WRITE); db.write(Settings.DB,'sectors.'+sec,sector,LOCK_WRITE);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment