mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-09 10:22:54 +02:00
refactor
This commit is contained in:
@@ -125,6 +125,10 @@ if coastalEnabled:
|
||||
from modules.locationdata import * # from the spudgunman/meshing-around repo
|
||||
trap_list = trap_list + ("mwx","tide",)
|
||||
help_message = help_message + ", mwx, tide"
|
||||
if useTidePredict:
|
||||
from modules import xtide
|
||||
trap_list = trap_list + ("tide",)
|
||||
help_message = help_message + ", tide"
|
||||
|
||||
# BBS Configuration
|
||||
if bbs_enabled:
|
||||
|
||||
Reference in New Issue
Block a user