From ba290e0f7c20be7059f1e9493b78365db2bc5483 Mon Sep 17 00:00:00 2001 From: Edo Date: Sun, 7 Nov 2021 00:19:03 +0000 Subject: [PATCH] [GSC] VS Delete this space --- src/component/gsc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/component/gsc.cpp b/src/component/gsc.cpp index a20ff3f..30cf674 100644 --- a/src/component/gsc.cpp +++ b/src/component/gsc.cpp @@ -343,7 +343,7 @@ namespace gsc 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) { @@ -369,4 +369,4 @@ namespace gsc }; } -REGISTER_COMPONENT(gsc::component) \ No newline at end of file +REGISTER_COMPONENT(gsc::component)