Replace runSync call with runAsync

This commit is contained in:
Shaun Bennett 2016-07-20 17:58:36 -05:00 committed by cnr
parent b136372d1b
commit 31d6a2542d

View File

@ -81,7 +81,7 @@ public class FountainManager extends MiniPlugin
if (event.getType() != UpdateType.SEC_05)
return;
runSync(_gemFountain::updateCounter);
runAsync(_gemFountain::updateCounter);
}
@EventHandler