From 03c543b7ebd5ef27e26c76765cedf393d31c3159 Mon Sep 17 00:00:00 2001 From: Pierce Date: Tue, 6 Sep 2022 20:27:57 -0400 Subject: [PATCH] fix invalid version --- lua/cfc_http_restrictions/config_loader.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/cfc_http_restrictions/config_loader.lua b/lua/cfc_http_restrictions/config_loader.lua index 0cd35de..1412c5d 100644 --- a/lua/cfc_http_restrictions/config_loader.lua +++ b/lua/cfc_http_restrictions/config_loader.lua @@ -38,7 +38,7 @@ function CFCHTTP.mergeConfigs(old, new) end end else - ErrorNoHalt("[CFC HTTP Restrictions] Invalid config version: " .. new.version) + ErrorNoHalt("[CFC HTTP Restrictions] Invalid config version: " .. tostring(new.version)) end return old