Removed Stream Code lol

This commit is contained in:
Driftay 2020-01-04 11:29:44 -05:00
parent 3545253844
commit ce1004d318
1 changed files with 1 additions and 8 deletions

View File

@ -575,14 +575,7 @@ public class FactionsPlayerListener implements Listener {
if (CmdFly.particleTask == null)
CmdFly.startParticles();
}
@EventHandler
public void onCommand(PlayerCommandPreprocessEvent e){
if(e.getMessage().equalsIgnoreCase("/f outpost")){
e.setMessage("/outpost");
}
}
//inspect
@EventHandler