mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 13:03:11 +01:00
Change plugin type to just local and remote
This commit is contained in:
@@ -1483,7 +1483,7 @@ void Network::Server_Send_SCRIPTS(NetworkConnection& connection) const
|
||||
for (const auto& plugin : plugins)
|
||||
{
|
||||
const auto& metadata = plugin->GetMetadata();
|
||||
if (metadata.Type == OpenRCT2::Scripting::PluginType::ServerClient)
|
||||
if (metadata.Type == OpenRCT2::Scripting::PluginType::Remote)
|
||||
{
|
||||
pluginsToSend.push_back(plugin);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user