RequestAlchemyTryMixCube return when items set to null.

This commit is contained in:
MobiusDevelopment 2022-11-18 22:36:11 +00:00
parent 996f343dec
commit 6a08f055e3
12 changed files with 12 additions and 0 deletions

View File

@ -72,6 +72,7 @@ public class RequestAlchemyTryMixCube implements ClientPacket
else // Player used packet injection tool. else // Player used packet injection tool.
{ {
_items = null; _items = null;
return;
} }
} }
} }

View File

@ -72,6 +72,7 @@ public class RequestAlchemyTryMixCube implements ClientPacket
else // Player used packet injection tool. else // Player used packet injection tool.
{ {
_items = null; _items = null;
return;
} }
} }
} }

View File

@ -72,6 +72,7 @@ public class RequestAlchemyTryMixCube implements ClientPacket
else // Player used packet injection tool. else // Player used packet injection tool.
{ {
_items = null; _items = null;
return;
} }
} }
} }

View File

@ -72,6 +72,7 @@ public class RequestAlchemyTryMixCube implements ClientPacket
else // Player used packet injection tool. else // Player used packet injection tool.
{ {
_items = null; _items = null;
return;
} }
} }
} }

View File

@ -72,6 +72,7 @@ public class RequestAlchemyTryMixCube implements ClientPacket
else // Player used packet injection tool. else // Player used packet injection tool.
{ {
_items = null; _items = null;
return;
} }
} }
} }

View File

@ -72,6 +72,7 @@ public class RequestAlchemyTryMixCube implements ClientPacket
else // Player used packet injection tool. else // Player used packet injection tool.
{ {
_items = null; _items = null;
return;
} }
} }
} }

View File

@ -72,6 +72,7 @@ public class RequestAlchemyTryMixCube implements ClientPacket
else // Player used packet injection tool. else // Player used packet injection tool.
{ {
_items = null; _items = null;
return;
} }
} }
} }

View File

@ -72,6 +72,7 @@ public class RequestAlchemyTryMixCube implements ClientPacket
else // Player used packet injection tool. else // Player used packet injection tool.
{ {
_items = null; _items = null;
return;
} }
} }
} }

View File

@ -72,6 +72,7 @@ public class RequestAlchemyTryMixCube implements ClientPacket
else // Player used packet injection tool. else // Player used packet injection tool.
{ {
_items = null; _items = null;
return;
} }
} }
} }

View File

@ -72,6 +72,7 @@ public class RequestAlchemyTryMixCube implements ClientPacket
else // Player used packet injection tool. else // Player used packet injection tool.
{ {
_items = null; _items = null;
return;
} }
} }
} }

View File

@ -75,6 +75,7 @@ public class RequestAlchemyTryMixCube implements ClientPacket
else // Player used packet injection tool. else // Player used packet injection tool.
{ {
_items = null; _items = null;
return;
} }
} }
} }

View File

@ -75,6 +75,7 @@ public class RequestAlchemyTryMixCube implements ClientPacket
else // Player used packet injection tool. else // Player used packet injection tool.
{ {
_items = null; _items = null;
return;
} }
} }
} }