[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.
This commit is contained in:
parent
72240084ca
commit
88d68346ee
31 changed files with 102 additions and 102 deletions
|
|
@ -121,7 +121,7 @@ void WebSocketServer::set_handshake_timeout(float p_timeout) {
|
|||
handshake_timeout = p_timeout * 1000;
|
||||
}
|
||||
|
||||
NetworkedMultiplayerPeer::ConnectionStatus WebSocketServer::get_connection_status() const {
|
||||
MultiplayerPeer::ConnectionStatus WebSocketServer::get_connection_status() const {
|
||||
if (is_listening()) {
|
||||
return CONNECTION_CONNECTED;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue