summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2021-05-19 01:05:29 +0100
committerVittorio Romeo <vittorio.romeo@outlook.com>2021-05-19 01:05:29 +0100
commitd36f24021ebaaa62c855a083cc4580af3035c8b1 (patch)
treea940b78d26671be79a373778537c362c11bbc62a
parent666ac03600f15b42d9625217ce8fe804ae303304 (diff)
add bipolarity to ranked levels2.0.6
-rw-r--r--src/SSVOpenHexagon/Global/Config.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/SSVOpenHexagon/Global/Config.cpp b/src/SSVOpenHexagon/Global/Config.cpp
index e989b0bf..a52ac843 100644
--- a/src/SSVOpenHexagon/Global/Config.cpp
+++ b/src/SSVOpenHexagon/Global/Config.cpp
@@ -55,7 +55,10 @@ defaultServerLevelWhitelist()
"ohvrvanilla_vittorio_romeo_cube_1_seconddimension_m_0.6",
"ohvrvanilla_vittorio_romeo_cube_1_seconddimension_m_1",
"ohvrvanilla_vittorio_romeo_cube_1_seconddimension_m_1.8",
- "ohvrvanilla_vittorio_romeo_cube_1_seconddimension_m_2.2"};
+ "ohvrvanilla_vittorio_romeo_cube_1_seconddimension_m_2.2",
+ "ohvrvanilla_vittorio_romeo_orthoplex_1_bipolarity_m_0.5",
+ "ohvrvanilla_vittorio_romeo_orthoplex_1_bipolarity_m_1",
+ "ohvrvanilla_vittorio_romeo_orthoplex_1_bipolarity_m_1.8"};
return result;
}