mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-23 20:29:45 +08:00
Remove NPCs
Removed to reduce size as GC currently cannot spawn NPCs
This commit is contained in:
@@ -1014,7 +1014,7 @@ namespace GrasscutterTools.Forms
|
||||
{
|
||||
RbEntityAnimal.Tag = GameData.Animals.Lines;
|
||||
RbEntityMonster.Tag = GameData.Monsters.Lines;
|
||||
RbEntityNPC.Tag = GameData.NPCs.Lines;
|
||||
//RbEntityNPC.Tag = GameData.NPCs.Lines;
|
||||
RbEntityAnimal.Checked = true;
|
||||
LoadEntityList();
|
||||
}
|
||||
|
Reference in New Issue
Block a user