You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Merge pull request #99963 from Faless/web/no_ip
[Web] Implement dummy IP and NetSocket
This commit is contained in:
@@ -169,8 +169,8 @@ void OS_Unix::initialize_core() {
|
||||
|
||||
#ifndef UNIX_SOCKET_UNAVAILABLE
|
||||
NetSocketUnix::make_default();
|
||||
#endif
|
||||
IPUnix::make_default();
|
||||
#endif
|
||||
process_map = memnew((HashMap<ProcessID, ProcessInfo>));
|
||||
|
||||
_setup_clock();
|
||||
|
||||
Reference in New Issue
Block a user