mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Refactor to use string_view more properly
This commit is contained in:
@@ -1730,7 +1730,7 @@ void NetworkBase::ProcessPending()
|
||||
}
|
||||
|
||||
static bool ProcessPlayerAuthenticatePluginHooks(
|
||||
const NetworkConnection& connection, const std::string_view& name, const std::string_view& publicKeyHash)
|
||||
const NetworkConnection& connection, std::string_view name, std::string_view publicKeyHash)
|
||||
{
|
||||
# ifdef ENABLE_SCRIPTING
|
||||
using namespace OpenRCT2::Scripting;
|
||||
|
||||
Reference in New Issue
Block a user