Fix OnPlayerLogin
This commit is contained in:
parent
122d0ab95f
commit
48cc85e216
@ -114,7 +114,7 @@ class NoClipPlayer : public PlayerScript
|
||||
public:
|
||||
NoClipPlayer() : PlayerScript("NoClipPlayer") {}
|
||||
|
||||
void OnLogin(Player* APlayer) override;
|
||||
void OnPlayerLogin(Player* APlayer) override;
|
||||
void OnBeforeLogout(Player* APlayer) override;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user