Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50:05 +01:00
Fixed snapshot typo
Dieser Commit ist enthalten in:
Ursprung
03c0cce53e
Commit
ffbb25f1ea
@ -111,7 +111,7 @@ public class SnapshotCommands {
|
|||||||
)
|
)
|
||||||
@CommandPermissions("worldedit.snapshots.restore")
|
@CommandPermissions("worldedit.snapshots.restore")
|
||||||
public void use(Actor actor, World world, LocalSession session,
|
public void use(Actor actor, World world, LocalSession session,
|
||||||
@Arg(desc = "Snapeshot to use")
|
@Arg(desc = "Snapshot to use")
|
||||||
String name) throws WorldEditException {
|
String name) throws WorldEditException {
|
||||||
|
|
||||||
LocalConfiguration config = we.getConfiguration();
|
LocalConfiguration config = we.getConfiguration();
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren