Could someone please remind me what settings need to be changed in order to go from the ledger-style banking to the original 125 item limit chest style bank boxes?

I learned and implemented this before but I've forgotten so much in a year and a half :(
 
CurrentExpansion.cs
set
AccountGold.Enabled = Core.TOL;
to
AccountGold.Enabled = false;
 
Back