File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/more_dimensions/api/dimension Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ LL_TYPE_STATIC_HOOK(
7070 Bedrock::Result<DimensionType>,
7171 Bedrock::Result<int >&& dim
7272) {
73- if (!VanillaDimensions::DimensionMap ().mLeft .containsF (*dim)) {
73+ if (!VanillaDimensions::DimensionMap ().mLeft .contains (*dim)) {
7474 return VanillaDimensions::Undefined ();
7575 }
7676 return *dim;
@@ -134,7 +134,7 @@ LL_AUTO_TYPE_INSTANCE_HOOK(
134134 void ,
135135 PropertiesSettings const & properties
136136) {
137- auto & properties_modiy = const_cast <PropertiesSettings&>(properties);
137+ auto & properties_modiy = const_cast <PropertiesSettings&>(properties);
138138 properties_modiy.mClientSideGenerationEnabled = false ;
139139 return origin (properties_modiy);
140140}
You can’t perform that action at this time.
0 commit comments