From c2d6519e602f548698249bf540d87967812ffad3 Mon Sep 17 00:00:00 2001 From: cubexteam Date: Wed, 4 Mar 2026 18:09:31 +0300 Subject: [PATCH] Update const.go --- raknet/const.go | 1 - 1 file changed, 1 deletion(-) diff --git a/raknet/const.go b/raknet/const.go index 8259b4a..41718ec 100644 --- a/raknet/const.go +++ b/raknet/const.go @@ -47,4 +47,3 @@ func (r Reliability) IsOrdered() bool { func (r Reliability) IsSequenced() bool { return r == UnreliableSequenced || r == ReliableSequenced -}