From 1d47b73d4d72ccf56d8264469886c3af044ce2f5 Mon Sep 17 00:00:00 2001 From: Redeix Date: Mon, 28 Apr 2025 13:16:17 -0500 Subject: [PATCH] - Missed this commit last time oops --- config/tfcastikorcarts-common.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tfcastikorcarts-common.toml b/config/tfcastikorcarts-common.toml index fbc9f46a5..f202e1249 100644 --- a/config/tfcastikorcarts-common.toml +++ b/config/tfcastikorcarts-common.toml @@ -11,7 +11,7 @@ # # The largest (inclusive) size of an item that is allowed in a supply cart. #Allowed Values: TINY, VERY_SMALL, SMALL, NORMAL, LARGE, VERY_LARGE, HUGE - maxItemSize = "VERY_LARGE" + maxItemSize = "HUGE" # # Can the animal cart pick up players by pushing it into them? canPushIntoPlayers = true