[GSC] VS Delete this space

This commit is contained in:
6arelyFuture 2021-11-07 00:19:03 +00:00 committed by GitHub
parent 234f510e98
commit ba290e0f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -343,7 +343,7 @@ namespace gsc
return {}; return {};
}); });
method::add("specialtymarathon", [](const game::scr_entref_t ent, const function_args& args)->scripting::script_value method::add("specialtymarathon", [](const game::scr_entref_t ent, const function_args& args) -> scripting::script_value
{ {
if (ent.classnum != 0) if (ent.classnum != 0)
{ {
@ -369,4 +369,4 @@ namespace gsc
}; };
} }
REGISTER_COMPONENT(gsc::component) REGISTER_COMPONENT(gsc::component)