mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-10 04:40:10 +07:00
Unprotect dumpTime (#9493)
This commit is contained in:
parent
d4d85ec873
commit
342ec4adce
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user