diff --git a/raknet/const.go b/raknet/const.go index 41718ec..8259b4a 100644 --- a/raknet/const.go +++ b/raknet/const.go @@ -47,3 +47,4 @@ func (r Reliability) IsOrdered() bool { func (r Reliability) IsSequenced() bool { return r == UnreliableSequenced || r == ReliableSequenced +}