mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix on_successful_save -> onSuccessfulSave
This commit is contained in:
parent
c1d7dbfc38
commit
4a7c97c5f6
5 changed files with 5 additions and 5 deletions
|
@ -224,7 +224,7 @@ const RemotePlayerChatResult RemotePlayer::canSendChatMessage()
|
|||
return RPLAYER_CHATRESULT_OK;
|
||||
}
|
||||
|
||||
void RemotePlayer::on_successful_save()
|
||||
void RemotePlayer::onSuccessfulSave()
|
||||
{
|
||||
setModified(false);
|
||||
if (m_sao)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue