diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-12-21 17:04:31 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-12-21 17:04:31 +0200 |
commit | ea894bba3b8056740af61635139023ccf0756ded (patch) | |
tree | bfdc69f9636394802eb87d5a3acb576a8b1e0a1e /gradle.properties | |
parent | 788176dcaa49ced35e9f441a820410bcd4f09cfe (diff) | |
download | LibGui-ea894bba3b8056740af61635139023ccf0756ded.tar.gz LibGui-ea894bba3b8056740af61635139023ccf0756ded.tar.bz2 LibGui-ea894bba3b8056740af61635139023ccf0756ded.zip |
Fix dedicated server crashing when trying to load ClientPlayerEntity3.3.1
Apparently having a client-only-typed field referenced in a lambda body
can be dangerous, so I moved the packet registration to the client
init class.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 20c3ff5..0779317 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.10.8 # Mod Properties - mod_version = 3.3.0 + mod_version = 3.3.1 maven_group = io.github.cottonmc archives_base_name = LibGui |