limit number of messages in console to 200

This commit is contained in:
in0finite 2019-07-09 20:07:14 +02:00
parent aba562a3f8
commit cefcf20510
3 changed files with 1 additions and 5 deletions

View file

@ -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

View file

@ -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 ?

View file

@ -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