mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-13 12:54:36 +01:00
Fix some disc selectors not working
This commit is contained in:
@@ -679,9 +679,7 @@ public class Inventory extends PlayerManager implements GameDatabaseObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Sanity check
|
// Sanity check
|
||||||
if (count <= 0) {
|
count = Math.max(count, 1);
|
||||||
return change;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Get item data
|
// Get item data
|
||||||
var data = GameData.getItemDataTable().get(id);
|
var data = GameData.getItemDataTable().get(id);
|
||||||
|
|||||||
Reference in New Issue
Block a user