Add more statistic tracking (#4837)
+ Added possible 1.8 stats + Added stat tracking for 1.8.2 + Added stat tracking for 1.9 + Added the breed cow achievement Co-authored-by: 12xx12 <12xx12100@gmail.com>
This commit is contained in:
@@ -61,6 +61,9 @@ bool cEnderChestEntity::UsedBy(cPlayer * a_Player)
|
||||
// Obstruction, don't open
|
||||
return false;
|
||||
}
|
||||
|
||||
a_Player->GetStatManager().AddValue(Statistic::OpenEnderchest);
|
||||
|
||||
// If the window is not created, open it anew:
|
||||
cWindow * Window = GetWindow();
|
||||
if (Window == nullptr)
|
||||
|
||||
Reference in New Issue
Block a user