|
|
@ -286,6 +286,7 @@ public class PlayerCharacter extends AbstractCharacter { |
|
|
|
public void updateBounds() { |
|
|
|
public void updateBounds() { |
|
|
|
this.playerBounds.setBounds(this); |
|
|
|
this.playerBounds.setBounds(this); |
|
|
|
this.checkCollisionsWithOtherPlayers(); |
|
|
|
this.checkCollisionsWithOtherPlayers(); |
|
|
|
|
|
|
|
// This is a test to see if it will push to the docker container
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void checkCollisionsWithOtherPlayers() { |
|
|
|
public void checkCollisionsWithOtherPlayers() { |
|
|
|