mirror of
https://github.com/moparisthebest/MoparClassic
synced 2025-01-08 12:08:04 -05:00
#90 - Bank Space final int
This commit is contained in:
parent
a118e33176
commit
768ca83206
@ -11,7 +11,7 @@ public class Bank {
|
|||||||
/**
|
/**
|
||||||
* The maximum size of a bank
|
* The maximum size of a bank
|
||||||
*/
|
*/
|
||||||
public static int BANK_SIZE = Config.members == true ? 198 : 48;
|
public static final int BANK_SIZE = Config.members == true ? 198 : 48;
|
||||||
|
|
||||||
|
|
||||||
private ArrayList<InvItem> list = new ArrayList<InvItem>();
|
private ArrayList<InvItem> list = new ArrayList<InvItem>();
|
||||||
|
Loading…
Reference in New Issue
Block a user