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 -}