File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,11 @@ internal void FinalizeBossData() {
122122 Item newitem = new Item ( ) ;
123123 BossCache = new bool [ NPCLoader . NPCCount ] ;
124124 foreach ( var boss in SortedBosses ) {
125- foreach ( int item in boss . loot ) {
126- newitem . SetDefaults ( item ) ;
127- if ( newitem . modItem != null && newitem . modItem . BossBagNPC != 0 ) BossLogUI . allTreasureBags . Add ( item ) ;
125+ if ( ! Main . dedServ ) {
126+ foreach ( int item in boss . loot ) {
127+ newitem . SetDefaults ( item ) ;
128+ if ( newitem . modItem != null && newitem . modItem . BossBagNPC != 0 ) BossLogUI . allTreasureBags . Add ( item ) ;
129+ }
128130 }
129131 boss . npcIDs . ForEach ( x => BossCache [ x ] = true ) ;
130132 }
Original file line number Diff line number Diff line change 11author = SheepishShepherd, jopojelly
2- version = 1.1.2
2+ version = 1.1.3
33displayName = Boss Checklist
44homepage = http://forums.terraria.org/index.php?threads/boss-checklist-in-game-progression-checklist.50668/
55hideCode = false
You can’t perform that action at this time.
0 commit comments