aboutsummaryrefslogtreecommitdiff
path: root/gamemode/config/sv_newplayer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/config/sv_newplayer.lua')
-rw-r--r--gamemode/config/sv_newplayer.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/gamemode/config/sv_newplayer.lua b/gamemode/config/sv_newplayer.lua
index 9bb1420..fc66c82 100644
--- a/gamemode/config/sv_newplayer.lua
+++ b/gamemode/config/sv_newplayer.lua
@@ -5,7 +5,8 @@ local itm = nrequire("inventory/item.lua")
np.newdata = function()
return {
inventories = {
- {"Equipment", inv.CreateInventory("Equipment"):Serialize()}
+ {"Equipment", inv.CreateInventory("Equipment"):Serialize()},
+ {"Shaped Inventory",inv.CreateInventory("Shaped Inventory"):Serialize()}
},
skills = {},
prayers = {},