mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
use some shared char arrays on string split
This commit is contained in:
@@ -44,7 +44,7 @@ namespace OpenSim.Data.MySQL
|
||||
|
||||
public UserAccountData[] GetUsers(UUID scopeID, string query)
|
||||
{
|
||||
string[] words = query.Split(new char[] {' '});
|
||||
string[] words = query.Split();
|
||||
|
||||
bool valid = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user