Skip to content

Commit

Permalink
Fixed stupid error
Browse files Browse the repository at this point in the history
  • Loading branch information
GaeaKat committed Sep 4, 2016
1 parent 5865327 commit 6aa4c0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class TileSummon extends TileEntity with ITickable {

Thaumcraft.proxy.getFX.essentiaTrailFx(pedastel1.getPos,pos,20,aspectList(0).getColor,20,1)
Thaumcraft.proxy.getFX.essentiaTrailFx(pedastel2.getPos,pos,20,aspectList(1).getColor,20,1)
Thaumcraft.proxy.getFX.essentiaTrailFx(pedastel3.getPos,pos,20,aspectList(2).getColor,20,1s)
Thaumcraft.proxy.getFX.essentiaTrailFx(pedastel3.getPos,pos,20,aspectList(2).getColor,20,1)
}
return

Expand Down

0 comments on commit 6aa4c0b

Please sign in to comment.