mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-05 14:58:27 +00:00
fix: Dismantling basically being O(n!) (#1295)
This commit is contained in:
@@ -207,7 +207,7 @@ public:
|
||||
/**
|
||||
* Disassembles this item into bricks
|
||||
*/
|
||||
void DisassembleModel();
|
||||
void DisassembleModel(uint32_t numToDismantle);
|
||||
|
||||
/**
|
||||
* Removes the item from the linked inventory
|
||||
|
Reference in New Issue
Block a user