mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-27 16:00:51 -07:00
Unprotect dumpTime (#9493)
This commit is contained in:
parent
d4d85ec873
commit
342ec4adce
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue