Merge pull request #525 from MattBDev/patch-1

Fixed snapshot typo
This commit is contained in:
Kenzie Togami
2019-10-11 12:33:58 -07:00
committed by GitHub

View File

@ -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();