Skip to content

Commit

Permalink
Update Scene.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
renevega authored Aug 22, 2024
1 parent e0d5349 commit 29ef821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenSim/Region/Framework/Scenes/Scene.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4052,7 +4052,7 @@ public bool NewUserConnection(AgentCircuitData acd, uint teleportFlags, GridRegi
m_log.DebugFormat(
"[SCENE]: Access denied for {0} {1} using {2}",
acd.firstname, acd.lastname, curViewer);
reason = "Access denied, your viewer " +curViewer.Trim() +" is not permitted.";
reason = "Access denied, your viewer " +curViewer.Trim() +" is not allowed.";
return false;
}

Expand Down

0 comments on commit 29ef821

Please sign in to comment.