mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02: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:
@@ -513,7 +513,7 @@ struct NodeNeighbor {
|
||||
};
|
||||
|
||||
void ServerMap::transforming_liquid_add(v3s16 p) {
|
||||
m_transforming_liquid.push_back(p);
|
||||
m_transforming_liquid.push_back(p);
|
||||
}
|
||||
|
||||
void ServerMap::transformLiquids(std::map<v3s16, MapBlock*> &modified_blocks,
|
||||
|
Reference in New Issue
Block a user