mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
a08bfca4e5
7 changed files with 54 additions and 6 deletions
|
|
@ -2450,6 +2450,15 @@ namespace MinecraftClient {
|
|||
return ResourceManager.GetString("chatbot.reconnect", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to .
|
||||
/// </summary>
|
||||
internal static string ChatBot_WebSocketBot_AllowIpAlias {
|
||||
get {
|
||||
return ResourceManager.GetString("ChatBot.WebSocketBot.AllowIpAlias", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue