mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-03-30 04:22:27 +02:00
Bug fixes (#2314)
* Match resources names * Fix loading with no skill * Stop overriding common command alias * Fix discord link in version check popup * Forgot to add rotation fix * Remove unnecessary set
This commit is contained in:
@@ -12,7 +12,7 @@ import lombok.val;
|
||||
|
||||
@Command(
|
||||
label = "sound",
|
||||
aliases = {"s", "audio"},
|
||||
aliases = {"audio"},
|
||||
usage = {"[<audioname>] [<x><y><z>]"},
|
||||
permission = "player.sound",
|
||||
permissionTargeted = "player.sound.others")
|
||||
|
||||
Reference in New Issue
Block a user