mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Fix compiler warnings in pCampBot, TestSuite, and ScriptEngine/RemoteServer. Thanks daTwitch!
This commit is contained in:
@@ -89,7 +89,7 @@ namespace pCampBot
|
||||
client.Self.Movement.AlwaysRun = false;
|
||||
}
|
||||
|
||||
LLVector3 pos = client.Self.SimPosition;
|
||||
// TODO: unused: LLVector3 pos = client.Self.SimPosition;
|
||||
LLVector3 newpos = new LLVector3(somthing.Next(255), somthing.Next(255), somthing.Next(255));
|
||||
client.Self.Movement.TurnToward(newpos);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user