mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Formatting cleanup.
This commit is contained in:
@@ -130,7 +130,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
|
||||
private void HandleChatPacket(OSChatMessage chat)
|
||||
{
|
||||
if(string.IsNullOrEmpty(chat.Message))
|
||||
if (string.IsNullOrEmpty(chat.Message))
|
||||
return;
|
||||
|
||||
// Object?
|
||||
|
||||
Reference in New Issue
Block a user