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

Fix #570

Maybe, who knows?
parent ada8afe3
No related branches found
No related tags found
No related merge requests found
......@@ -343,7 +343,7 @@ function SectorEdit()
if(sec>0 && sec <seclen) {
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);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment