mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
a bit
start work on vending machines, fix some playlist specific things, fixed a bug with <s5 playlist looting,
This commit is contained in:
@@ -20,7 +20,7 @@ void AFortPlayerControllerAthena::ServerRestartPlayerHook(AFortPlayerControllerA
|
||||
|
||||
void AFortPlayerControllerAthena::ServerGiveCreativeItemHook(AFortPlayerControllerAthena* Controller, FFortItemEntry CreativeItem)
|
||||
{
|
||||
// Don't worry, the validate has a check if it is a creative enabled mode or not, but we need to add a volume check.
|
||||
// Don't worry, the validate has a check if it is a creative enabled mode or not, but we need to add a volume check and permission check I think.
|
||||
|
||||
auto CreativeItemPtr = &CreativeItem;
|
||||
auto ItemDefinition = CreativeItemPtr->GetItemDefinition();
|
||||
|
||||
Reference in New Issue
Block a user