Fix plugin-sourced movement walking the player to the same tile as the NPC/Player/etc

This commit is contained in:
Ceikry
2023-07-30 19:38:49 +00:00
parent d76b99c77a
commit aa038882e8
5 changed files with 222 additions and 200 deletions
-5
View File
@@ -25,11 +25,6 @@ cache:
verify:jdk11:
stage: build
script:
- 'apt-get install -q -y --no-install-recommends mariadb-server'
- 'mysqld_safe &'
- 'sleep 3'
- 'mysql -u root < Server/db_exports/global.sql'
- 'mysql -u root < Server/db_exports/testuser.sql'
- 'cd Server'
- 'mvn $MAVEN_CLI_OPTS verify'
except: