added almost complete support for bontebok
also some minor patches and whatever else needed to be done Signed-off-by: deepCurse <leverplays@gmail.com>
This commit is contained in:
parent
bf1d67fb48
commit
1f32a0fa23
19 changed files with 361 additions and 187 deletions
|
@ -3,12 +3,12 @@ package pkg.deepCurse.nopalmo.database;
|
|||
import java.util.HashMap;
|
||||
|
||||
public class RamDisk {
|
||||
|
||||
|
||||
public static HashMap<String, Boolean> bools = new HashMap<String, Boolean>();
|
||||
// public static
|
||||
|
||||
|
||||
public static void init() {
|
||||
bools.put("shouldRun", true);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue