You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Remove duplicate editor settings definitions
This commit is contained in:
@@ -298,8 +298,8 @@ void EditorFileServer::_thread_start(void *s) {
|
||||
|
||||
void EditorFileServer::start() {
|
||||
stop();
|
||||
port = EDITOR_DEF("filesystem/file_server/port", 6010);
|
||||
password = EDITOR_DEF("filesystem/file_server/password", "");
|
||||
port = EDITOR_GET("filesystem/file_server/port");
|
||||
password = EDITOR_GET("filesystem/file_server/password");
|
||||
cmd = CMD_ACTIVATE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user