Attempt to push to docker container.

This commit is contained in:
Preston Driver
2024-09-17 20:52:47 -05:00
parent 24cc6af147
commit 7a4c2fe72a
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -24,3 +24,6 @@
hs_err_pid*
replay_pid*
*.idea/
Server.iml
*.gitignore
+1
View File
@@ -286,6 +286,7 @@ public class PlayerCharacter extends AbstractCharacter {
public void updateBounds() {
this.playerBounds.setBounds(this);
this.checkCollisionsWithOtherPlayers();
// This is a test to see if it will push to the docker container
}
public void checkCollisionsWithOtherPlayers() {