Fix profiled storage getting stuck with last transfer numbers in history if world is saved (and then loaded) before entire history is cleared with zeroes
YuRaNnNzZZ — Сегодня, в 18:10 :wires:
This commit is contained in:
parent
7b2d9b1bf4
commit
6af0affa4f
@ -126,6 +126,8 @@ abstract class AbstractProfiledStorage<out P>(val parent: P) : INBTSerializable<
|
||||
historyTransferInternal[i] = Decimal.deserializeNBT(it[i])
|
||||
}
|
||||
}
|
||||
|
||||
startTicking()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user