diff --git a/Assets/Scripts/Behaviours/Ped/Ped.cs b/Assets/Scripts/Behaviours/Ped/Ped.cs index 89881b28..51b38328 100644 --- a/Assets/Scripts/Behaviours/Ped/Ped.cs +++ b/Assets/Scripts/Behaviours/Ped/Ped.cs @@ -382,6 +382,7 @@ namespace SanAndreasUnity.Behaviours // Constrain to stay inside map + /* if (transform.position.x < -3000) { var t = transform.position; @@ -406,6 +407,7 @@ namespace SanAndreasUnity.Behaviours t.z = 3000; transform.position = t; } + */ } diff --git a/Docs/Multiplayer.md b/Docs/Multiplayer.md index f57b395a..57d61a10 100644 --- a/Docs/Multiplayer.md +++ b/Docs/Multiplayer.md @@ -18,8 +18,6 @@ - max num players should be configurable -- add current vehicle info to "misc" stats - it will display: name, velocity, num wheels, num doors, num peds inside, input, mass, drag, rigid body state, sync interval, - - display players on minimap - port the whole UI to multiplayer diff --git a/Docs/TODO.md b/Docs/TODO.md index c9bf781f..e49dba2d 100644 --- a/Docs/TODO.md +++ b/Docs/TODO.md @@ -24,8 +24,6 @@ - Update controls window -- Display position and velocity in misc stats - - Add option to change fixed delta time ? - Crouching: adjust camera aim offset ? ;