From db90d361a9d8c947eb8d297577b2ed8b40284b0a Mon Sep 17 00:00:00 2001 From: FutureRave Date: Sat, 26 Feb 2022 11:12:55 +0000 Subject: [PATCH] tabs --- 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 21accdd..707c591 100644 --- a/src/component/gsc.cpp +++ b/src/component/gsc.cpp @@ -456,14 +456,14 @@ namespace gsc { if (ent.classnum != 0) { - throw std::runtime_error("Invalid entity"); + throw std::runtime_error("Invalid entity"); } const auto client = ent.entnum; if (game::g_entities[client].client == nullptr) { - throw std::runtime_error("Not a player entity"); + throw std::runtime_error("Not a player entity"); } return {(game::g_entities[client].client->flags & 4) != 0};