Check client version type against server version type (#367)
This commit is contained in:
@@ -20,7 +20,7 @@ allprojects {
|
||||
ext {
|
||||
versionNumber = '4'
|
||||
versionModifier = 'alpha'
|
||||
versionType = 'official'
|
||||
if (!project.hasProperty("versionType")) versionType = 'official'
|
||||
appName = 'Mindustry'
|
||||
gdxVersion = '1.9.9'
|
||||
roboVMVersion = '2.3.0'
|
||||
|
||||
Reference in New Issue
Block a user