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

@ -577,13 +577,6 @@ public class FactionsPlayerListener implements Listener {
}
@EventHandler
public void onCommand(PlayerCommandPreprocessEvent e){
if(e.getMessage().equalsIgnoreCase("/f outpost")){
e.setMessage("/outpost");
}
}
//inspect
@EventHandler
public void onInspect(PlayerInteractEvent e) {