mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2026-01-04 15:41:38 +00:00
Fix Mount and Dismount
This commit is contained in:
@@ -8,7 +8,7 @@ import org.joml.Vector3f;
|
||||
|
||||
public interface SeatEntity extends EntityPacketHandler {
|
||||
|
||||
void add(NetWorkUser from, NetWorkUser to);
|
||||
void add(NetWorkUser to);
|
||||
|
||||
void dismount(Player player);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user