Fixed HP regen timer handles not always initialized.
This commit is contained in:
@ -57,6 +57,9 @@ ClassOnMapStart()
|
||||
{
|
||||
// Clear multipliers.
|
||||
ClassResetMultiplierCache();
|
||||
|
||||
// Prepare hp regeneration module.
|
||||
ClassHealthRegenInit();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user