Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rotgruengelb committed Aug 31, 2023
1 parent bdd68a7 commit d4ab867
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.10
loader_version=0.14.22

# Mod Properties
mod_version=2.0.0
mod_version=2.1.0
maven_group=net.rotgruengelb.clientcatcher
archives_base_name=clientcatcher

Expand Down
Expand Up @@ -30,7 +30,6 @@ public class ClientCatcher implements DedicatedServerModInitializer {

@Override
public void onInitializeServer() {

ServerPlayNetworking.registerGlobalReceiver(CustomPayloadC2SPacket.BRAND, (server, player, handler, buf, responseSender) -> {
try {
var brand = buf.readString(1024).strip().trim();
Expand Down

0 comments on commit d4ab867

Please sign in to comment.