You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, as discovered on S+ this week, this is a major bug. It applies terminal properties unconditionally on any object in the room, including creeps, thus turning those into terminals. This breaks the market processing bad enough to halt ticks.
A fix is to add type: 'terminal' into the query portion of this line.
The text was updated successfully, but these errors were encountered:
screepsmod-dynamicmarket/lib/backend.js
Line 288 in a12db66
So, as discovered on S+ this week, this is a major bug. It applies terminal properties unconditionally on any object in the room, including creeps, thus turning those into terminals. This breaks the market processing bad enough to halt ticks.
A fix is to add
type: 'terminal'
into the query portion of this line.The text was updated successfully, but these errors were encountered: