Finally fixed spawn bug. Still no idea why it was happening though
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
This commit is contained in:
@@ -71,12 +71,10 @@ public class CommandPrintDimData extends CommandBase
|
||||
if(link.destDimID==targetDim)
|
||||
{
|
||||
dimHelper.dimList.get(link.locDimID).removeLinkAtCoords(link);
|
||||
dimHelper.instance.linksForRendering.remove(link);
|
||||
linksRemoved++;
|
||||
}
|
||||
if(dimData.dimID==targetDim)
|
||||
{
|
||||
dimHelper.instance.linksForRendering.remove(link);
|
||||
linksRemoved++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user