mojira.dev

PyPylia

Assigned

No issues.

Reported

No issues.

Comments

Still occurs in 1.18.1.

Additionally, after looking into the code, this seems to be a debug message accidentally left set to WARNING by the developers. The reason for why this doesn't trigger anytime an advancement is changed: Mojang spaghetti code. Sometimes when removing linked advancements, it'll attempt to remove one twice, which causes this warning.

Still occurs in 1.18.1.

Additionally, after looking into the code, these seem to be debug messages accidentally left set to INFO and WARNING by the developers.

The reason for why the info message doesn't trigger anytime an advancement is changed, I have no idea. After analyzing the code for 30 minutes it should always trigger anytime an advancement is revoked or granted, just another case of Mojang spaghetti code I guess.

Additionally, the warning message is triggered by again, Mojang spaghetti code. Sometimes when removing linked advancements, it'll attempt to remove one twice, which causes this warning.