Unprotect dumpTime (#9493)

This commit is contained in:
Elixias 2024-01-27 07:22:28 -07:00 committed by GitHub
parent d4d85ec873
commit 342ec4adce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -382,7 +382,7 @@ public class Block extends UnlockableContent implements Senseable{
/** Dump timer ID.*/
protected final int timerDump = timers++;
/** How often to try dumping items in ticks, e.g. 5 = 12 times/sec*/
protected final int dumpTime = 5;
public int dumpTime = 5;
public Block(String name){
super(name);