mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Spring cleaning, round 3029
This commit is contained in:
@@ -643,7 +643,7 @@ namespace OpenSim
|
||||
break;
|
||||
|
||||
case "version":
|
||||
if ((buildVersion != null) && (buildVersion.Length > 0))
|
||||
if (!string.IsNullOrEmpty(buildVersion))
|
||||
{
|
||||
m_console.Notice("The build version is: r" + buildVersion);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user