misspell all across the board

This commit is contained in:
UbitUmarov
2020-06-18 12:01:53 +01:00
parent 104f7f0eb2
commit 44c90bf294
14 changed files with 90 additions and 89 deletions

View File

@@ -5896,7 +5896,7 @@ Environment.Exit(1);
IEnvironmentModule envM = RequestModuleInterface<IEnvironmentModule>();
if(LandChannel != null && envM != null)
{
LandChannel.ClearAllEnviroments();
LandChannel.ClearAllEnvironments();
envM.WindlightRefresh(1,false);
}
}