Swap buying and selling
This commit is contained in:
parent
95b124e2f5
commit
d51cc4f56e
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user