Fix for teams' scores not being registered in UTStatsDB

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

_Lynx

Strategic Military Services
Staff member
Dec 5, 2003
1,965
8
38
40
Moscow, Russia
beyondunreal.com
The call to function function TeamScoreEvent(int Team, float Points, string Desc) is missing. So when the team scores, event is not being logged thus leading to 0:0 in match stats in UTStatsDB. I guess it should be added somwhere within ExecutionCommit function.