cosmetics

This commit is contained in:
UbitUmarov
2026-07-18 00:27:29 +01:00
parent 1b428a1825
commit 87fc4c1f51
6 changed files with 38 additions and 52 deletions

View File

@@ -274,7 +274,7 @@ namespace OpenSim.Data.PGSQL
public UserAccountData[] GetUsers(UUID scopeID, string query)
{
string[] words = query.Split();
string[] words = query.Split(' ', StringSplitOptions.RemoveEmptyEntries);;
for (int i = 0; i < words.Length; i++)
{