Remove second timestamp in offline IM, the client already adds one

0.6.5-rc1
Melanie Thielker 2009-04-25 19:02:23 +00:00
parent c17a125445
commit 2a64a1ead4
1 changed files with 0 additions and 4 deletions

View File

@ -165,10 +165,6 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
foreach (GridInstantMessage im in msglist)
{
DateTime saved = Util.ToDateTime((uint)im.timestamp);
im.message = "(saved " + saved.ToString() + ") " + im.message;
// client.SendInstantMessage(im);
// Send through scene event manager so all modules get a chance