diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-27 08:47:40 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-27 08:47:40 +1100 |
commit | 3205f3b2831eba410b96727d2bae33205689ea96 (patch) | |
tree | 39a72cfc45872f17d6078bb8dd486331216b42bf /assets | |
parent | 1210a75fb72bc37dd1b894ca7cb0ca0d636b5ac5 (diff) |
fix item inventoryFilters handling
Diffstat (limited to 'assets')
-rw-r--r-- | assets/opensb/player.config.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/opensb/player.config.patch b/assets/opensb/player.config.patch index 5960507..bd5cbc8 100644 --- a/assets/opensb/player.config.patch +++ b/assets/opensb/player.config.patch @@ -12,5 +12,7 @@ "maxWireTrans" : 0.4 }, + "inventoryFilters" : { "default" : {} }, + "swapDance" : null // Set this to a valid dance to trigger on character swap. }
\ No newline at end of file |