Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/TheMrZZ/sandstone
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrZZ committed Jun 1, 2021
2 parents 5149e80 + 70fd4ec commit c020ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/implementations/Teleport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class Teleport extends Command {
* Specifies the entity to teleport the executer to. Must be a player name, a target selector, or a UUID‌.
* Permits entity other than players.
*/
(targets: MultipleEntitiesArgument, destinationEntity: string) => void
(targets: MultipleEntitiesArgument, destinationEntity: SingleEntityArgument) => void
) & (
/**
* Teleports entities (players, mobs, etc.) to the given location.
Expand Down

0 comments on commit c020ccf

Please sign in to comment.