mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
OMG! Main Menu!
This commit is contained in:
parent
c0a1bcf473
commit
c914cbb0a0
25 changed files with 897 additions and 272 deletions
|
@ -1317,7 +1317,7 @@ Peer* Connection::GetPeer(u16 peer_id)
|
|||
|
||||
if(node == NULL){
|
||||
// Peer not found
|
||||
throw PeerNotFoundException("Peer not found (possible timeout)");
|
||||
throw PeerNotFoundException("GetPeer: Peer not found (possible timeout)");
|
||||
}
|
||||
|
||||
// Error checking
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue