mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Rename SocketServer to Listener
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
# include "ScObject.hpp"
|
||||
# include "ScPark.hpp"
|
||||
# include "ScRide.hpp"
|
||||
# include "ScSocketServer.hpp"
|
||||
# include "ScSocket.hpp"
|
||||
# include "ScTile.hpp"
|
||||
|
||||
# include <iostream>
|
||||
@@ -396,7 +396,7 @@ void ScriptEngine::Initialise()
|
||||
ScGuest::Register(ctx);
|
||||
# ifndef DISABLE_NETWORK
|
||||
ScSocket::Register(ctx);
|
||||
ScSocketServer::Register(ctx);
|
||||
ScListener::Register(ctx);
|
||||
# endif
|
||||
ScStaff::Register(ctx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user