Skip to content

Commit 4ddd988

Browse files
authored
Fix cache issue for duplicate messages (#528)
* Cleaned up mod communications, and added new message type * Removed debug logs * Fixed OBB * Changed back to real mod * Uncomment clear player cache
1 parent f397750 commit 4ddd988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Torch.Mod/ModCommunication.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public static void DoProcessing(MessageBase m)
114114
throw new Exception();
115115
}
116116

117-
//_playerCache.Clear();
117+
_playerCache.Clear();
118118

119119
}
120120

0 commit comments

Comments
 (0)