Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. require "ISUI/ISInventoryPane.lua"
  2. local old_ISInventoryPane_new = ISInventoryPane.new
  3. ISInventoryPane.new = function(...)
  4.     local o = old_ISInventoryPane_new(...)
  5.     o.column3 = 140
  6.     return o
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement