mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-17 14:03:17 +08:00
Fix whitespace [skip actions]
This commit is contained in:
@@ -293,7 +293,7 @@ public class EntityMonster extends GameEntity {
|
||||
|
||||
monsterInfo.addWeaponList(weaponInfo);
|
||||
}
|
||||
if(this.aiId!=-1){
|
||||
if (this.aiId!=-1) {
|
||||
monsterInfo.setAiConfigId(aiId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user