mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-07 06:00:27 -04:00
Fixed character name being required for basic hashtags. Resolves #1
This commit is contained in:
parent
de7d28cfa8
commit
87b3485069
2 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,6 @@
|
|||
const modifier = (text) => {
|
||||
if (state.show == null) return { text }
|
||||
|
||||
if (state.characterName == null) {
|
||||
text = " "
|
||||
return { text }
|
||||
}
|
||||
var character = getCharacter()
|
||||
var possessiveName = character == null ? null : getPossessiveName(character.name)
|
||||
var type = history[history.length - 1].type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue