Skip to content

Commit

Permalink
merge statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
hubastard committed Jul 24, 2021
1 parent 5491f42 commit 7fe3196
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public StatisticsRequestEventProcessor()

public override void ProcessPacket(StatisticsRequestEvent packet, NebulaConnection conn)
{
if (IsClient) return;

Player player = playerManager.GetPlayer(conn);
if (player != null)
{
Expand Down

0 comments on commit 7fe3196

Please sign in to comment.