Skip to content

Commit

Permalink
fix pedestal error
Browse files Browse the repository at this point in the history
  • Loading branch information
Frotty committed Jul 2, 2024
1 parent 0ade3ec commit 76f1412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wurst/objects/triggers/Pedestal.wurst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public class MemoryAccessPedestal extends StaticBaseObject
ref.ttag.tt..center(ref.pos, "|cff0884CEdecompressing...", 10)
ref.syncingDone = true
let compressedString = new BigString()
for i = 1 to data.getChunkCount()
for i = 0 to data.getChunkCount()
compressedString.addString(data.getChunk(i))
destroy data
printLog(Loglevel.DEBUG, "Reconstructed")
Expand Down

0 comments on commit 76f1412

Please sign in to comment.