Fixing merge conflict

This commit is contained in:
Anon 2023-06-03 16:27:36 +02:00
parent 081cebcf76
commit a357d2c87a
2 changed files with 776 additions and 781 deletions

View file

@ -3855,12 +3855,6 @@ namespace MinecraftClient {
}
}
internal static string cmd_nameitem_item_name_empty {
get {
return ResourceManager.GetString("cmd.nameitem.item.name.empty", resourceCulture);
}
}
internal static string bot_WebSocketBot_failed_to_start_ip {
get {
return ResourceManager.GetString("bot.WebSocketBot.failed_to_start.ip", resourceCulture);
@ -3927,6 +3921,12 @@ namespace MinecraftClient {
}
}
internal static string cmd_nameitem_item_name_empty {
get {
return ResourceManager.GetString("cmd.nameitem.item.name.empty", resourceCulture);
}
}
internal static string cmd_nameitem_no_anvil_inventory_open {
get {
return ResourceManager.GetString("cmd.nameitem.no.anvil.inventory.open", resourceCulture);

View file

@ -59,8 +59,7 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
@ -113,14 +112,10 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089
</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089
</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="bot.alerts.end_rain" xml:space="preserve">
<value>Weather change: It is no longer raining.</value>
@ -2062,9 +2057,6 @@ Logging in...</value>
</data>
<data name="cmd.items.collector.stopped" xml:space="preserve">
<value>Stopped collecting items.</value>
</data>
<data name="cmd.nameitem.item.name.empty" xml:space="preserve">
<value>The item name cannot be empty!</value>
</data>
<data name="bot.WebSocketBot.failed_to_start.ip" xml:space="preserve">
<value>§cFailed to start a server! The provided IP address is not a valid one!</value>
@ -2099,6 +2091,9 @@ Logging in...</value>
<data name="bot.WebSocketBot.session_authenticated" xml:space="preserve">
<value>§bSession with an id §a{0}§b has been successfully authenticated!</value>
</data>
<data name="cmd.nameitem.item.name.empty" xml:space="preserve">
<value>The item name cannot be empty!</value>
</data>
<data name="cmd.nameitem.no.anvil.inventory.open" xml:space="preserve">
<value>You need to have an Anvil inventory opened and active in order to use this command!</value>
</data>