Revert "fix(tests): if singleton event, always provide empty string suffix"

This reverts commit 64bf4ee4b6.
This commit is contained in:
SabreCat
2022-12-20 09:51:24 -06:00
parent c6d36ad6b1
commit 079279e5c1

View File

@@ -27,9 +27,6 @@ export function getCurrentEvent () {
});
if (!currEvtKey) return null;
if (!common.content.events[currEvtKey].npcImageSuffix) {
common.content.events[currEvtKey].npcImageSuffix = '';
}
return {
event: currEvtKey,
...common.content.events[currEvtKey],