mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-02-27 13:19:48 +00:00
fix: imaginite on racing minigames and add null checks (#1958)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "BitStream.h"
|
||||
#include "Entity.h"
|
||||
#include "Component.h"
|
||||
#include "ActivityComponent.h"
|
||||
#include "eReplicaComponentType.h"
|
||||
#include <chrono>
|
||||
|
||||
@@ -104,7 +104,7 @@ struct RacingPlayerInfo {
|
||||
/**
|
||||
* Component that's attached to a manager entity in each race zone that loads player vehicles, keep scores, etc.
|
||||
*/
|
||||
class RacingControlComponent final : public Component {
|
||||
class RacingControlComponent final : public ActivityComponent {
|
||||
public:
|
||||
static constexpr eReplicaComponentType ComponentType = eReplicaComponentType::RACING_CONTROL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user