typos, thx
parent
75e48610e7
commit
2f3101e1d2
|
@ -10174,7 +10174,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
double now = Util.GetTimeStamp();
|
double now = Util.GetTimeStamp();
|
||||||
if (now - m_lastMapRegenTime < 120) // 2 minutes global cool down
|
if (now - m_lastMapRegenTime < 120) // 2 minutes global cool down
|
||||||
{
|
{
|
||||||
SendAlertMessage("Please wait at least 2 minutes between map generation comand");
|
SendAlertMessage("Please wait at least 2 minutes between map generation commands");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -419,7 +419,7 @@
|
||||||
|
|
||||||
; if next 2 are false, several admin powers are only active if god powers requested on viewer
|
; if next 2 are false, several admin powers are only active if god powers requested on viewer
|
||||||
; this reduces mistakes
|
; this reduces mistakes
|
||||||
; set both to true to enable previus behavour
|
; set both to true to enable previous behaviour
|
||||||
automatic_gods = false
|
automatic_gods = false
|
||||||
implicit_gods = false
|
implicit_gods = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue