@@ -66,6 +66,11 @@ namespace Content.Server.GameObjects
|
|||||||
// Hey, it's descriptive.
|
// Hey, it's descriptive.
|
||||||
private void DropIdAndPocketsIfWeNoLongerHaveAUniform()
|
private void DropIdAndPocketsIfWeNoLongerHaveAUniform()
|
||||||
{
|
{
|
||||||
|
if (Deleted)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (_inventory.GetSlotItem(Slots.INNERCLOTHING) != null)
|
if (_inventory.GetSlotItem(Slots.INNERCLOTHING) != null)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user