fix unintended changes
This commit is contained in:
parent
793fc6ade3
commit
0f8ee189b1
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ public:
|
|||
}
|
||||
|
||||
// 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.
|
||||
std::ostringstream ss;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue