fix(S-02): remove unused host field from PlayerMovement (review)
This commit is contained in:
@@ -191,7 +191,7 @@ public class PlayerBindState implements IRestrainable, IPlayerBindStateHost {
|
||||
this.captivity = new PlayerCaptivity(this);
|
||||
|
||||
// Initialize movement component
|
||||
this.movement = new PlayerMovement(this);
|
||||
this.movement = new PlayerMovement();
|
||||
|
||||
this.captor = null;
|
||||
this.captorManager = new PlayerCaptorManager(player);
|
||||
|
||||
Reference in New Issue
Block a user