mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Fix typos
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user