mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Attempt to fix build for MSVC
This commit is contained in:
@@ -992,9 +992,9 @@ void Connection::serve(u16 port)
|
||||
}
|
||||
catch(SocketException &e){
|
||||
// Create event
|
||||
ConnectionEvent e;
|
||||
e.bindFailed();
|
||||
putEvent(e);
|
||||
ConnectionEvent ce;
|
||||
ce.bindFailed();
|
||||
putEvent(ce);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user