Skip to content

Commit

Permalink
Remove incorrect assertion in setClientConfigurationAddon (#4026)
Browse files Browse the repository at this point in the history
Fixes #3896
  • Loading branch information
modmuss50 authored Aug 26, 2024
1 parent 7417cca commit 6abb6a4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ public static void setClientPlayAddon(ClientPlayNetworkAddon addon) {
}

public static void setClientConfigurationAddon(ClientConfigurationNetworkAddon addon) {
assert addon == null || currentPlayAddon == null;
currentConfigurationAddon = addon;
}

Expand Down

0 comments on commit 6abb6a4

Please sign in to comment.