This commit is contained in:
Mitachi
2022-01-08 00:19:11 +01:00
parent 550b06f6df
commit 4eb6152132
2 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
if (-1 == pos)
{
ChatPacket(CHAT_TYPE_INFO, LC_TEXT("You don't have enough inventory space."));
return true;
return false;
}
#endif
@@ -58,7 +58,7 @@
if (-1 == pos)
{
ChatPacket(CHAT_TYPE_INFO, LC_TEXT("You don't have enough inventory space."));
return true;
return false;
}
#endif
@@ -100,7 +100,7 @@
if (-1 == pos)
{
ChatPacket(CHAT_TYPE_INFO, LC_TEXT("You don't have enough inventory space."));
return true;
return false;
}
#endif