mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix typos
This commit is contained in:
parent
fc571ad46d
commit
fc72d7fbb6
2 changed files with 2 additions and 3 deletions
|
@ -88,7 +88,7 @@ void BanManager::save()
|
|||
|
||||
if(!fs::safeWriteToFile(m_banfilepath, ss.str())) {
|
||||
infostream<<"BanManager: failed saving to "<<m_banfilepath<<std::endl;
|
||||
throw SerializationError("BanManager::load(): Couldn't write file");
|
||||
throw SerializationError("BanManager::save(): Couldn't write file");
|
||||
}
|
||||
|
||||
m_modified = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue