fix broken metrics
This commit is contained in:
parent
c89964aed6
commit
cc74e0d786
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ namespace Server {
|
|||
int length = writer.CommitTo( mobileData, mobileIndex, mob.m_TypeRef, mob.Serial );
|
||||
|
||||
if ( metrics != null ) {
|
||||
metrics.OnItemSaved( length );
|
||||
metrics.OnMobileSaved( length );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue