eveseat / seat

🌀✳️ SeAT: A Simple, EVE Online API Tool and Corporation Manager
https://eveseat.github.io/docs/
GNU General Public License v2.0
425 stars 143 forks source link

StructureUnderAttack of Notifications cant work #864

Open fengziyan331 opened 2 years ago

fengziyan331 commented 2 years ago

->line( sprintf('Citadel (%s, "%s") attacked') )

I‘m not a php programmer,did (%s, "%s") is right?

warlof commented 2 years ago

Syntax is valid, but there is no replacement value. That should be an easy fix for newcomer though 😃