Format code [skip actions]

This commit is contained in:
github-actions
2023-09-17 02:57:38 +00:00
Unverified
parent fdad4218e7
commit 88315ec712
4 changed files with 7 additions and 4 deletions
@@ -241,7 +241,8 @@ public interface HandbookActions {
// Create the entity.
for (var i = 1; i <= request.getAmount(); i++) {
var entity = new EntityMonster(scene, entityData, player.getPosition(), player.getRotation(), level);
var entity =
new EntityMonster(scene, entityData, player.getPosition(), player.getRotation(), level);
scene.addEntity(entity);
}