mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-23 22:26:10 +00:00
Adjusting wording on the biome color warning prompt
This commit is contained in:
@@ -162,7 +162,7 @@ namespace PckStudio.Forms.Editor
|
||||
|
||||
if (colourfile.waterEntries.Find(e => PS4Biomes.Contains(e.name)) != null)
|
||||
{
|
||||
var result = MessageBox.Show(this, "Biomes exclusive to PS4 Edition v1.91 were found in this colour table. This will crash all other editions of the game and PS4 Edition v1.90 and below. Would you like to remove them?", "Potentially unsupported biomes found", MessageBoxButtons.YesNoCancel);
|
||||
var result = MessageBox.Show(this, "Biomes exclusive to PS4 Edition v1.91 were found in the water section of this colour table. This will crash all other editions of the game and PS4 Edition v1.90 and below. Would you like to remove them?", "Potentially unsupported biomes found", MessageBoxButtons.YesNoCancel);
|
||||
switch (result)
|
||||
{
|
||||
case DialogResult.Yes:
|
||||
|
||||
Reference in New Issue
Block a user