This commit is contained in:
Azgaar 2020-04-04 01:13:56 +03:00
parent f3941bfdc4
commit 63ac434e1d
2 changed files with 2 additions and 2 deletions

View file

@ -292,7 +292,7 @@ function editBurg(id) {
} else openMFCG();
function openMFCG(seed) {
if (!seed) openURL(burg.MFCGlink);
if (!seed) {openURL(burg.MFCGlink); return;}
const name = elSelected.text();
const size = Math.max(Math.min(rn(burg.population), 65), 6);