mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-12-22 15:38:52 -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
|
||||
*/
|
||||
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>();
|
||||
|
Loading…
Reference in New Issue
Block a user