From 9060a61c8eef06a2ab4c713223bf5b9dfd1a5706 Mon Sep 17 00:00:00 2001 From: Hedgehog Fog Date: Sun, 23 Jul 2023 19:53:05 +0000 Subject: [PATCH] update log message --- api_custom_entities.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_custom_entities.sma b/api_custom_entities.sma index 2e82840..7e88a44 100644 --- a/api_custom_entities.sma +++ b/api_custom_entities.sma @@ -800,7 +800,7 @@ RegisterEntity( g_iEntitiesNum++; - log_amx("%s Custom entity %s registered! ID: %d", LOG_PREFIX, szClassName, iId); + log_amx("%s Entity %s successfully registred.", LOG_PREFIX, szClassName); return iId; }