Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PMK744 committed Jul 6, 2021
1 parent fb79d67 commit faf26bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bewss/player/playerManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class playerManager {

if (type == "json") {
if (target == "@s") target = this.localePlayerName
console.log(JSON.stringify(content))
if (target.includes("@s" || "@p" || "@r" || "@a" || "@e")) {
this.bewss.getCommandManager().executeCommand(`/titleraw ${target} ${title} {"rawtext":${JSON.stringify(content)}}`)
} else {
Expand Down

0 comments on commit faf26bc

Please sign in to comment.