mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-19 16:29:53 +08:00
Format code [skip actions]
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user