修改错误的版本号

This commit is contained in:
Tnze
2019-07-20 10:54:06 +08:00
parent a1cc368be2
commit 927de56d35
5 changed files with 23 additions and 11 deletions

View File

@ -13,7 +13,7 @@ import (
)
// ProtocolVersion , the protocol version number of minecraft net protocol
const ProtocolVersion = 497
const ProtocolVersion = 498
// PingAndList check server status and list online player.
// Returns a JSON data with server status, and the delay.