mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-26 21:05:17 -06:00
upgrade max bank storage
This commit is contained in:
parent
3e0bfd7c1d
commit
98a8005de4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ public final class BankContainer extends Container {
|
|||
/**
|
||||
* The bank container size.
|
||||
*/
|
||||
public static final int SIZE = 496;
|
||||
public static final int SIZE = 800;
|
||||
|
||||
/**
|
||||
* The maximum amount of bank tabs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue