mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Fixed snapshot typo
This commit is contained in:
parent
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();
|
||||||
|
Loading…
Reference in New Issue
Block a user