Update string.cpp

This commit is contained in:
Federico Cecchetto 2022-06-11 20:32:28 +02:00
parent 7077f4b732
commit 2937edd21a

View File

@ -163,9 +163,7 @@ namespace string
void post_unpack() override
{
gsc::function::add("va", format_string);
gsc::function::add("format", format_string);
gsc::function::add("formatstring", format_string);
gsc::function::add("formatstr", format_string);
gsc::function::add("sprintf", format_string);
gsc::function::add("printf", [](const std::string& fmt, const scripting::variadic_args& va)