mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 21:03:42 -07:00
remove !IS_RANDO check
This commit is contained in:
parent
b87f1432fd
commit
c3b70e287f
1 changed files with 1 additions and 1 deletions
|
@ -941,7 +941,7 @@ void TimeSaverOnActorInitHandler(void* actorRef) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (actor->id == ACTOR_EN_JJ && !IS_RANDO) {
|
if (actor->id == ACTOR_EN_JJ) {
|
||||||
enJjUpdateHook =
|
enJjUpdateHook =
|
||||||
GameInteractor::Instance->RegisterGameHook<GameInteractor::OnActorUpdate>([](void* innerActorRef) mutable {
|
GameInteractor::Instance->RegisterGameHook<GameInteractor::OnActorUpdate>([](void* innerActorRef) mutable {
|
||||||
Actor* innerActor = static_cast<Actor*>(innerActorRef);
|
Actor* innerActor = static_cast<Actor*>(innerActorRef);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue