From 9f2cd824d054be38348d09f955a2d8014026daf2 Mon Sep 17 00:00:00 2001 From: VegaZ Date: Fri, 30 Nov 2018 20:55:12 +0100 Subject: [PATCH] Made small fix --- Client/Gui/Inventory/inventory.js | 2 +- reallife-gamemode.csproj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Client/Gui/Inventory/inventory.js b/Client/Gui/Inventory/inventory.js index d796133a..a974f4ef 100644 --- a/Client/Gui/Inventory/inventory.js +++ b/Client/Gui/Inventory/inventory.js @@ -19,7 +19,7 @@ var slots = [20]; for (var s = 1; s <= slots.length; s++) { for (var slY = 0.35; slY <= 0.8; slY += 0.15) { for (var slX = 0.3775; slX <= 0.6655; slX += 0.082) { - items[s] = { slX, slY }; + items[s] = [ slX, slY ]; } } } diff --git a/reallife-gamemode.csproj b/reallife-gamemode.csproj index 8019dc4d..5fb31dd0 100644 --- a/reallife-gamemode.csproj +++ b/reallife-gamemode.csproj @@ -7,6 +7,7 @@ true +