Files
Project-Reboot-3.0/Project Reboot 3.0/FortAthenaMutator_GiveItemsAtGamePhaseStep.cpp
Milxnor 769dfa08ef a bit
added some specific playlist items, fix s8-s10 markers because i broke, fixed removing items on aircraft on every version, added thanos stone automatic spawning, fix a bug with lategame, add marshmello stage, fix multiple battle buses, fix teams on large team gamemodes, fix some items not removing automatically
2023-04-21 22:09:20 -04:00

8 lines
293 B
C++

#include "FortAthenaMutator_GiveItemsAtGamePhaseStep.h"
void AFortAthenaMutator_GiveItemsAtGamePhaseStep::OnGamePhaseStepChangedHook(UObject* Context, FFrame& Stack, void* Ret)
{
LOG_INFO(LogDev, "OnGamePhaseStepChangedHook!");
return OnGamePhaseStepChangedOriginal(Context, Stack, Ret);
}