send team update after restart

This commit is contained in:
2023-08-14 18:41:51 +02:00
parent 7ab8c79fdf
commit dbe91b52fd
3 changed files with 14 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ public:
ServerWorld* GetServerWorld() { return &m_ServerWorld; }
virtual void Tick(std::uint64_t delta);
virtual void Reset() override;
void StartGame();
// GameListener