mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Added extra config to the WebSocket bot AllowIpAlias, which allows enabling of any IP to be used to host the WebSocket bot from
This commit is contained in:
parent
fd1009b43f
commit
1f4db70f8a
4 changed files with 2020 additions and 1993 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