Fixed some shit
This commit is contained in:
parent
f2147e34da
commit
98c787afb0
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class RideOperatorListener implements Listener {
|
|||
return;
|
||||
}
|
||||
|
||||
Bukkit.dispatchCommand(player, "/tpc connect "+id);
|
||||
Bukkit.dispatchCommand(player, "tpc connect "+id);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue