From 8405b8969f205ffae219361dfc03f3b4c680ce73 Mon Sep 17 00:00:00 2001 From: 12xx12 <44411062+12xx12@users.noreply.github.com> Date: Fri, 5 Mar 2021 16:08:30 +0100 Subject: Adding Boss bar (#5025) + Add boss bar Co-authored-by: Tiger Wang --- src/Protocol/Protocol_1_12.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Protocol/Protocol_1_12.h') diff --git a/src/Protocol/Protocol_1_12.h b/src/Protocol/Protocol_1_12.h index 24e0eca60..7a92c156f 100644 --- a/src/Protocol/Protocol_1_12.h +++ b/src/Protocol/Protocol_1_12.h @@ -30,7 +30,7 @@ class cProtocol_1_12: public: - using Super::cProtocol_1_11_1; + using Super::Super; protected: @@ -56,7 +56,7 @@ class cProtocol_1_12_1: public: - using Super::cProtocol_1_12; + using Super::Super; protected: @@ -76,7 +76,7 @@ class cProtocol_1_12_2: public: - using Super::cProtocol_1_12_1; + using Super::Super; protected: -- cgit v1.2.3