(ec2443ae2) Updated: EnglishVanilla with the proofreading #2

This commit is contained in:
Joonas Rikkonen
2019-04-25 17:43:47 +03:00
parent f4f87b454d
commit d1695238f7
3 changed files with 2 additions and 15 deletions
@@ -394,10 +394,6 @@ namespace Barotrauma
commands.Add(new Command("charactereditor|editcharacter|editcharacters|editanimation|editanimations|animedit|animationeditor|animeditor|animationedit", "charactereditor: Edit characters, animations, ragdolls....", (string[] args) =>
{
if (Screen.Selected == GameMain.GameScreen)
{
NewMessage("WARNING: Switching between the character editor and the game view may cause odd behaviour or bugs. Use with caution.", Color.Orange);
}
GameMain.CharacterEditorScreen.Select();
}));