mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-16 13:03:40 +08: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:
committed by
GitHub
Unverified
parent
01766a0303
commit
f54432a89a
@@ -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