mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -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 =
|
||||
GameInteractor::Instance->RegisterGameHook<GameInteractor::OnActorUpdate>([](void* innerActorRef) mutable {
|
||||
Actor* innerActor = static_cast<Actor*>(innerActorRef);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue