chat_commands 1.1.3

Added the NotEnoughPointsError
This commit is contained in:
Resxt 2023-10-09 18:50:44 +02:00
parent 54c2c70b30
commit 8bb3055978

View File

@ -509,6 +509,11 @@ WeaponDoesNotExistError(weaponName)
return array("The weapon " + weaponName + " doesn't exist");
}
NotEnoughPointsError()
{
return array("You don't have enough points to do that");
}
/* Utils section */