mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
parent
563a80ff83
commit
aacdc3546c
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ extend class PlayerPawn
|
|||
if (type != null && type is deletetype)
|
||||
{
|
||||
let pack = FindInventory(type);
|
||||
if (pack) pack.Destroy();
|
||||
if (pack) pack.DepleteOrDestroy();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue