Clean up warnings, fix errors related to testes and how MariaDB moves around

This commit is contained in:
Jettford
2024-12-11 15:18:45 +00:00
parent 1f5982ed0e
commit 4133008d9c
8 changed files with 54 additions and 35 deletions

View File

@@ -8,7 +8,7 @@ class AMFArrayValue;
/**
* @brief Sent when a player moves a Behavior A at position B to their inventory.
*/
#pragma warning("This Control Behavior Message does not have a test yet. Non-developers can ignore this warning.")
#pragma message("This Control Behavior Message does not have a test yet. Non-developers can ignore this warning.")
class MoveToInventoryMessage : public BehaviorMessageBase {
public:
MoveToInventoryMessage(const AMFArrayValue& arguments);