mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-22 20:11:40 +00:00
Make name input in Team Arena menus inactive
This commit is contained in:
parent
3196c2b676
commit
7c5815f3b1
2 changed files with 3 additions and 3 deletions
|
@ -143,7 +143,8 @@ itemDef {
|
|||
forecolor 1 1 1 1
|
||||
border 0
|
||||
bordercolor 0 0 0 0
|
||||
visible 1
|
||||
visible 1
|
||||
decoration
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -277,8 +277,7 @@ itemDef {
|
|||
border 0
|
||||
bordercolor 0 0 0 0
|
||||
visible 1
|
||||
// mouseEnter { show message_name }
|
||||
// mouseExit { hide message_name }
|
||||
decoration
|
||||
}
|
||||
|
||||
itemDef {
|
||||
|
|
Loading…
Reference in a new issue