Handle client security checks properly

This commit is contained in:
Mike Primm 2020-08-16 01:01:52 -05:00
parent dfa01d3606
commit c375882ee4
6 changed files with 41 additions and 21 deletions

View file

@ -18,7 +18,7 @@ allprojects {
apply plugin: 'java'
group = 'us.dynmap'
version = '3.1-beta-3'
version = '3.1-SNAPSHOT'
}