Update plugin protocl version, fix error in error

This commit is contained in:
Lucien Greathouse
2019-09-10 15:37:21 -07:00
parent 57d46287d7
commit 6a786f18e6
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ return {
codename = "Epiphany",
version = {0, 5, 0},
expectedServerVersionString = "0.5.0 or newer",
protocolVersion = 2,
protocolVersion = 3,
defaultHost = "localhost",
defaultPort = 34872,
}