Skip to content

Commit

Permalink
Disable this debug thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Sep 5, 2023
1 parent ad696c8 commit 1d7b159
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class RegistryFixedCodecMixin {
)
private RegistryEntry<?> polymerCore$swapEntry(RegistryEntry<?> entry) {

if (false && PolymerCommonUtils.isNetworkingThread()) {
if (PolymerCommonUtils.isNetworkingThread()) {
var player = PolymerUtils.getPlayerContext();
try {
if (entry.value() instanceof PolymerSyncedObject polymerSyncedObject) {
Expand Down

0 comments on commit 1d7b159

Please sign in to comment.