Swap buying and selling

This commit is contained in:
Sam 2017-05-18 01:23:41 +01:00
parent 95b124e2f5
commit d51cc4f56e
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ public class ScoreboardModule extends MiniPlugin
@EventHandler
public void updateScoreboard(UpdateEvent event)
{
if (event.getType() != UpdateType.MIN_01)
if (event.getType() != UpdateType.SEC_20)
{
return;
}