fix bad paste

This commit is contained in:
UbitUmarov
2020-08-26 14:23:55 +01:00
parent 91fc8bbd80
commit e990bb8599

View File

@@ -2397,7 +2397,6 @@ namespace OpenSim.Region.ClientStack.Linden
m_nreqinstances = nreqinstances;
m_IsAtestUpload = IsAtestUpload;
m_address = address;
m_timeoutTimer = new System.Timers.Timer();
m_timeoutTimer.Elapsed += TimedOut;
m_timeoutTimer.Interval = 120000;