fix unintended changes

This commit is contained in:
Ludwig 2025-02-26 08:50:31 +01:00
parent 793fc6ade3
commit 0f8ee189b1

View file

@ -253,7 +253,7 @@ public:
} }
// If level is defined, they hit a reward level. // If level is defined, they hit a reward level.
if (!level) if (!level && col.CongratsPerLevelEnable)
{ {
// Issue a server notification for the player on level up. // Issue a server notification for the player on level up.
std::ostringstream ss; std::ostringstream ss;