mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
[#815] Fix import system not being enabled
This commit is contained in:
parent
9aa0f0865d
commit
87a2d70aa9
@ -119,6 +119,7 @@ public class PlanSystem implements SubSystem {
|
||||
localeSystem,
|
||||
versionCheckSystem,
|
||||
databaseSystem,
|
||||
importSystem,
|
||||
exportSystem,
|
||||
webServerSystem,
|
||||
processing,
|
||||
@ -144,6 +145,7 @@ public class PlanSystem implements SubSystem {
|
||||
hookHandler,
|
||||
cacheSystem,
|
||||
listenerSystem,
|
||||
importSystem,
|
||||
exportSystem,
|
||||
processing,
|
||||
databaseSystem,
|
||||
|
Loading…
Reference in New Issue
Block a user