Update to 1.15.2

This commit is contained in:
samo_lego 2020-01-21 21:52:54 +01:00
parent eb2084ce96
commit 7934c1242b
2 changed files with 5 additions and 7 deletions

View File

@ -2,14 +2,14 @@
org.gradle.jvmargs=-Xmx1G
# Fabric properties
minecraft_version=1.15.1
yarn_mappings=1.15.1+build.18
loader_version=0.7.3+build.176
minecraft_version=1.15.2
yarn_mappings=1.15.2+build.1
loader_version=0.7.5+build.178
#Fabric api
fabric_version=0.4.26+build.283-1.15
fabric_version=0.4.29+build.290-1.15
# Mod Properties
mod_version = 1.1.1
mod_version = 1.1.3
maven_group = org.samo_lego
archives_base_name = simpleauth

View File

@ -50,8 +50,6 @@ public class RegisterCommand {
// Player no longer needs to be invisible and invulnerable
player.setInvulnerable(false);
player.setInvisible(false);
if(player.isInWater())
player.setAir(10);
player.sendMessage(registerSuccess);
return 1;
}