From a53d2744f13feecf1eeb8188f0f611c627179b33 Mon Sep 17 00:00:00 2001 From: Night Owl Date: Mon, 8 Oct 2018 14:36:56 +0500 Subject: [PATCH] Reorder messages registration list. --- dlls/player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/player.cpp b/dlls/player.cpp index c18ce784..9f2c9b24 100644 --- a/dlls/player.cpp +++ b/dlls/player.cpp @@ -258,10 +258,10 @@ void LinkUserMessages( void ) gmsgAmmoX = REG_USER_MSG( "AmmoX", 2 ); gmsgTeamNames = REG_USER_MSG( "TeamNames", -1 ); gmsgStatusIcon = REG_USER_MSG( "StatusIcon", -1 ); - gmsgBhopcap = REG_USER_MSG( "Bhopcap", 1 ); gmsgStatusText = REG_USER_MSG( "StatusText", -1 ); gmsgStatusValue = REG_USER_MSG( "StatusValue", 3 ); + gmsgBhopcap = REG_USER_MSG( "Bhopcap", 1 ); } LINK_ENTITY_TO_CLASS( player, CBasePlayer )