mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-26 14:00:17 +00:00
limit number of messages in console to 200
This commit is contained in:
parent
aba562a3f8
commit
cefcf20510
3 changed files with 1 additions and 5 deletions
|
@ -179,7 +179,7 @@ MonoBehaviour:
|
||||||
m_registerInMainMenuOnStart: 1
|
m_registerInMainMenuOnStart: 1
|
||||||
m_sortPriorityForMainMenu: 1000
|
m_sortPriorityForMainMenu: 1000
|
||||||
restrictLogCount: 1
|
restrictLogCount: 1
|
||||||
maxLogCount: 1000
|
maxLogCount: 200
|
||||||
--- !u!114 &114611395026534988
|
--- !u!114 &114611395026534988
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
|
|
||||||
- add ability for client to request:
|
- add ability for client to request:
|
||||||
|
|
||||||
- adjust column widths in player stats
|
|
||||||
|
|
||||||
- add num weapons to misc stats ?
|
- add num weapons to misc stats ?
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
|
|
||||||
- Increase button height of file browser
|
- Increase button height of file browser
|
||||||
|
|
||||||
- Limit number of messages in console to 200
|
|
||||||
|
|
||||||
- Highlight buttons of opened windows in pause menu
|
- Highlight buttons of opened windows in pause menu
|
||||||
|
|
||||||
- Fps counter should be time-scale independant
|
- Fps counter should be time-scale independant
|
||||||
|
|
Loading…
Reference in a new issue