prism / PrismRefracted

A continuation of Prism, a change-tracking plugin for Bukkit-based servers.
Other
44 stars 23 forks source link

Fix cache spam in debug #37

Closed Rothes closed 2 years ago

Rothes commented 2 years ago

Here, the PrismPlayer is actually always loaded from cache, I'm not sure why we put it here. It just creates a lots spam, blocking us to check other useful debug messages.

viveleroi commented 2 years ago

This is probably leftover from the days I was developing it. If a player wasn't loaded into the cache, nothing could be logged so I wanted to be certain that it worked.