Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zziger committed Sep 22, 2023
2 parents 81c8e2e + 460ad87 commit 12bf528
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions c-api/cache/CachedPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,11 @@ namespace cache

std::string GetTaskData() const override { return ""; }

std::string _taskData;
std::string GetTaskData() const override {
return _taskData;
}

#endif

};
Expand Down
2 changes: 1 addition & 1 deletion cpp-sdk

0 comments on commit 12bf528

Please sign in to comment.