Remove extra tab.

This commit is contained in:
Aust1n46 2021-04-03 17:36:23 -05:00
parent 803170f8c2
commit 113e04aa19

View File

@ -542,7 +542,7 @@ public class MineverseChat extends JavaPlugin implements PluginMessageListener {
if(mcp.hasPlayed()) { if(mcp.hasPlayed()) {
return; return;
} }
synchronize(mcp, false); synchronize(mcp, false);
} }
}, 20L); // one second delay before running again }, 20L); // one second delay before running again
} }