From bb7929594dbcbb47a6d7c6de6fe050e2fdb95398 Mon Sep 17 00:00:00 2001
From: Nicholas Hastings <nshastings@gmail.com>
Date: Wed, 13 Oct 2021 09:57:09 -0400
Subject: [PATCH] Typo fix.

---
 core/pb_proxy.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pb_proxy.cpp b/core/pb_proxy.cpp
index 9d005777..69519330 100644
--- a/core/pb_proxy.cpp
+++ b/core/pb_proxy.cpp
@@ -90,7 +90,7 @@ ProtobufProxy::NewPrototype(int msg_type)
 {
 #if SOURCE_ENGINE == SE_CSGO
 	return g_Cstrike15UsermessageHelpers.GetPrototype(msg_type)->New();
-#else SOURCE_ENGINE == SE_BLADE
+#elif SOURCE_ENGINE == SE_BLADE
 	return g_BerimbauUsermessageHelpers.GetPrototype(msg_type)->New();
 #else
 # error "No source engine compatibility."