Skip to content

Commit e647e02

Browse files
committed
Update to reflect AC hook change.
1 parent c28c27a commit e647e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ptr_template.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ class announce : public PlayerScript {
858858
public:
859859
announce() : PlayerScript("announce") { }
860860

861-
void OnLogin(Player* player) override
861+
void OnPlayerLogin(Player* player) override
862862
{
863863
static createTemplate templatevar;
864864

0 commit comments

Comments
 (0)