mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-04 02:48:18 -05:00
Change update stats level var name
This commit is contained in:
@ -736,9 +736,9 @@ grief_onplayerdisconnect(disconnecting_player)
|
||||
return;
|
||||
}
|
||||
|
||||
if(isDefined(level.grief_update_records))
|
||||
if(isDefined(level.update_stats_func))
|
||||
{
|
||||
[[level.grief_update_records]](disconnecting_player);
|
||||
[[level.update_stats_func]](disconnecting_player);
|
||||
}
|
||||
|
||||
if(level.scr_zm_ui_gametype_obj == "zgrief")
|
||||
|
Reference in New Issue
Block a user