mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Rename IP_Unix
, IP_Address
and TCP_Server
to remove underscores
This commit is contained in:
parent
758bccf364
commit
3f078c99f6
60 changed files with 253 additions and 253 deletions
|
@ -78,7 +78,7 @@ void GDScriptLanguageServer::thread_main(void *p_userdata) {
|
|||
void GDScriptLanguageServer::start() {
|
||||
port = (int)_EDITOR_GET("network/language_server/remote_port");
|
||||
use_thread = (bool)_EDITOR_GET("network/language_server/use_thread");
|
||||
if (protocol.start(port, IP_Address("127.0.0.1")) == OK) {
|
||||
if (protocol.start(port, IPAddress("127.0.0.1")) == OK) {
|
||||
EditorNode::get_log()->add_message("--- GDScript language server started ---", EditorLog::MSG_TYPE_EDITOR);
|
||||
if (use_thread) {
|
||||
thread_running = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue