mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-21 03:15:59 +01:00
Fix whitespace [skip actions]
This commit is contained in:
@@ -570,7 +570,7 @@ public class InventorySystem extends BaseGameSystem {
|
||||
|
||||
// Calc exp
|
||||
int expGain = 0;
|
||||
|
||||
|
||||
var data = GameData.getItemDataMap().get(itemId);
|
||||
if (data != null) {
|
||||
var actions = data.getItemUseActions();
|
||||
|
||||
Reference in New Issue
Block a user