Another virtual function fix
This commit is contained in:
parent
48cc85e216
commit
95b7467ead
@ -115,7 +115,7 @@ public:
|
|||||||
NoClipPlayer() : PlayerScript("NoClipPlayer") {}
|
NoClipPlayer() : PlayerScript("NoClipPlayer") {}
|
||||||
|
|
||||||
void OnPlayerLogin(Player* APlayer) override;
|
void OnPlayerLogin(Player* APlayer) override;
|
||||||
void OnBeforeLogout(Player* APlayer) override;
|
void OnPlayerBeforeLogout(Player* APlayer) override;
|
||||||
};
|
};
|
||||||
|
|
||||||
void AddNoClipScripts()
|
void AddNoClipScripts()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user