Minor Change
Added a note on a strange condition in EventHookContainer.
This commit is contained in:
parent
84cfa9904c
commit
272b125282
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ public class EventHookContainer
|
|||
{
|
||||
for(LinkData link:dimHelper.dimList.get(world.provider.dimensionId).getLinksInDim())
|
||||
{
|
||||
if(linkCount>100)
|
||||
if(linkCount>100) //TODO: Wtf? wouldn't this cause some links to not load on servers with several links? Not sure what's going on here. ~SenseiKiwi
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue