3
0
Fork 0

Fixed some shit

This commit is contained in:
thomas 2022-02-07 05:07:42 +01:00
parent f2147e34da
commit 98c787afb0

View file

@ -73,7 +73,7 @@ public class RideOperatorListener implements Listener {
return;
}
Bukkit.dispatchCommand(player, "/tpc connect "+id);
Bukkit.dispatchCommand(player, "tpc connect "+id);
}
}