even more virtual function fix
This commit is contained in:
parent
95b7467ead
commit
d48e8ab81f
@ -438,7 +438,7 @@ bool NoClipCommand::HandleClipCommand(ChatHandler* AChatHandler)
|
|||||||
|
|
||||||
/* Class: NoClipPlayer */
|
/* Class: NoClipPlayer */
|
||||||
|
|
||||||
void NoClipPlayer::OnLogin(Player* APlayer)
|
void NoClipPlayer::OnPlayerLogin(Player* APlayer)
|
||||||
{
|
{
|
||||||
if (APlayer && NC_Enable && NC_Announce_Enable)
|
if (APlayer && NC_Enable && NC_Announce_Enable)
|
||||||
{
|
{
|
||||||
@ -450,7 +450,7 @@ void NoClipPlayer::OnLogin(Player* APlayer)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
void NoClipPlayer::OnBeforeLogout(Player* APlayer)
|
void NoClipPlayer::OnPlayerBeforeLogout(Player* APlayer)
|
||||||
{
|
{
|
||||||
if (APlayer && NC_Enable && APlayer->CustomData.GetDefault<CustomPlayerInformation>("NoClip")->GetFlagNoClipEnabled())
|
if (APlayer && NC_Enable && APlayer->CustomData.GetDefault<CustomPlayerInformation>("NoClip")->GetFlagNoClipEnabled())
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user