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_11.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Protocol/Protocol_1_11.h') diff --git a/src/Protocol/Protocol_1_11.h b/src/Protocol/Protocol_1_11.h index 4c0d8a22a..731426396 100644 --- a/src/Protocol/Protocol_1_11.h +++ b/src/Protocol/Protocol_1_11.h @@ -28,7 +28,7 @@ class cProtocol_1_11_0: public: - using Super::cProtocol_1_10_0; + using Super::Super; protected: @@ -62,7 +62,7 @@ class cProtocol_1_11_1: public: - using Super::cProtocol_1_11_0; + using Super::Super; protected: -- cgit v1.2.3