You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Add an appsettings.Local.json file which disables replication for local runs of the server from VS. #fyi Carl.Bystrom #preflight none [CL 22503283 by Ben Marsh in ue5-main branch]
11 lines
101 B
JSON
11 lines
101 B
JSON
{
|
|
"Horde":
|
|
{
|
|
"Commits":
|
|
{
|
|
"ReplicateMetadata": false,
|
|
"ReplicateContent": false
|
|
}
|
|
}
|
|
}
|