Skip to content

Commit 138e7cd

Browse files
author
StormDelay
committed
Changed visibility of Bombing panel to None by default
1 parent 370cb7e commit 138e7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def __init__(self):
417417
"miningyield" : 2,
418418
"drones" : 2,
419419
"outgoing" : 2,
420-
"bombing" : 2,
420+
"bombing" : 0,
421421
}
422422

423423
self.serviceStatViewDefaultSettings = SettingsProvider.getInstance().getSettings("pyfaServiceStatViewSettings", serviceStatViewDefaultSettings)

0 commit comments

Comments
 (0)