Chaosmod! (WIP)

Chaosmod! (WIP) 2.2.3

SomeoneEls

Planter
SomeoneEls updated Chaosmod! (WIP) with a new update entry:

Current things im working on

Hey yall, SomeoneEls here at 2 AM, lol.
Currently Im working on fixing more bugs and stuff. But the next update is a little special, mostly for all the wrong reasons.

Yeah, it might be a bit laggy for bad pc's. This is mostly due to a bit of code here.

foreach(KeyValuePair<Chest,DCpair> p4 in listP4)
{
DoTransfers(p4);
DoTransfers(listP2); <-- secretly the second foreach



}
It looks perfectly fine, but in reality, this is two foreach 's in the same method. We have...
Read the rest of this update entry...
 
  • Like
Reactions: Tgf
Top