Civcraft / Citadel

Do not open issues here; open them on the maintained fork @ DevotedMC
https://github.com/DevotedMC/Citadel
BSD 3-Clause "New" or "Revised" License
6 stars 23 forks source link

Cache repeating comission failure #126

Closed psygate closed 8 years ago

psygate commented 8 years ago

The method referenced @ReinforcementManager does not schedule a repeating task, but only a delayed task. This make the cache flush once to the database, and then never again unless issued a manual flush. The probably intended method for this is probably this one

rourke750 commented 8 years ago

Good catch, I'll fix this.