mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Convert spaces to tabs (#13506)
* Convert spaces to tabs * Desour reviews 1-3 fix * Desour fixes * Undo alignment changes
This commit is contained in:
parent
f4cb16cc2d
commit
00c647e4cc
19 changed files with 118 additions and 118 deletions
|
@ -127,7 +127,7 @@ void TestMapSettingsManager::testMapSettingsManager()
|
|||
UASSERT(mgr.getMapSetting("water_level", &value));
|
||||
UASSERT(value == "20");
|
||||
|
||||
// Pretend we have some mapgen settings configured from the scripting
|
||||
// Pretend we have some mapgen settings configured from the scripting
|
||||
UASSERT(mgr.setMapSetting("water_level", "15"));
|
||||
UASSERT(mgr.setMapSetting("seed", "02468"));
|
||||
UASSERT(mgr.setMapSetting("mg_flags", "nolight", true));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue