diff options
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/Protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol.h b/src/Protocol/Protocol.h index f1d85f014..4bcbd4f1a 100644 --- a/src/Protocol/Protocol.h +++ b/src/Protocol/Protocol.h @@ -330,7 +330,7 @@ public: Pose }; - // TODO: these constants should be in WebServer + /** The protocol version number, received from the client in the Handshake packet. */ enum class Version { v1_8_0 = 47, |