From 02f66de67955c24c7b18224e256fa21d436aa683 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Fri, 29 Aug 2025 12:02:11 -0400 Subject: [PATCH] [Cleanup] Remove Unused errorname Variable (#5001) --- zone/entity.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/zone/entity.cpp b/zone/entity.cpp index 0b94fc7ac..80623674e 100644 --- a/zone/entity.cpp +++ b/zone/entity.cpp @@ -56,8 +56,6 @@ extern volatile bool is_zone_loaded; extern WorldServer worldserver; extern uint32 numclients; -extern char errorname[32]; - Entity::Entity() { id = 0;