mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-14 04:01:58 +01: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,
|
localeSystem,
|
||||||
versionCheckSystem,
|
versionCheckSystem,
|
||||||
databaseSystem,
|
databaseSystem,
|
||||||
|
importSystem,
|
||||||
exportSystem,
|
exportSystem,
|
||||||
webServerSystem,
|
webServerSystem,
|
||||||
processing,
|
processing,
|
||||||
@ -144,6 +145,7 @@ public class PlanSystem implements SubSystem {
|
|||||||
hookHandler,
|
hookHandler,
|
||||||
cacheSystem,
|
cacheSystem,
|
||||||
listenerSystem,
|
listenerSystem,
|
||||||
|
importSystem,
|
||||||
exportSystem,
|
exportSystem,
|
||||||
processing,
|
processing,
|
||||||
databaseSystem,
|
databaseSystem,
|
||||||
|
Loading…
Reference in New Issue
Block a user