CNC: Fix startup error and texture warnings

This commit is contained in:
SmallJoker
2022-06-06 21:19:04 +02:00
parent 0f6bdb1bde
commit 349676f243
2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if rawget(_G, "intllib") then
technic_cnc.getter = intllib.Getter()
else
-- Intllib copypasta: TODO replace with the client-side translation API
technic.getter = function(s,a,...)
technic_cnc.getter = function(s,a,...)
if a==nil then return s end
a={a,...}
return s:gsub("(@?)@(%(?)(%d+)(%)?)", function(e,o,n,c)