File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,7 @@ crosshairs = [
34
34
" dot_whole.png" " dot_whole_hit.png"
35
35
]
36
36
37
- nextspecmode = [
38
- if $specmode [
39
- specmode (mod (+ $specmode 1) 3)
40
- ] [
41
- specmode (? (>= (getfollow) 0) 2 1)
42
- ]
43
- ]
37
+ nextspecmode = [ follow ]
44
38
45
39
defvarp zooming 0 0 1
46
40
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ UImenu "main" [
74
74
1] [UI_MainMenuButton " Switch Team: ^f3Evil" " action" [team " evil" ]] [
75
75
2] [UI_MainMenuButton " Switch Team: ^f1Good" " action" [team " good" ]]
76
76
uifill 0.2 0.02 [UIbar 1]
77
- UI_MainMenuButton (concatword (? $ isspectator " ^f1Leave" " ^f7Toggle" ) " Spectator" ) " spectator" [spectator (! (isspectator (getclientnum)))]
77
+ UI_MainMenuButton (concatword (? ( isspectator (getclientnum)) " ^f1Leave" " ^f7Toggle" ) " Spectator" ) " spectator" [spectator (! (isspectator (getclientnum))); hideallui ]
78
78
UI_MainMenuButton " Master" " arrow_fw" [menu_master]
79
79
if (ismaster $getclientnum) [
80
80
UI_MainMenuButton " Bots" " arrow_fw" [hideui " main" ; showui "bots"]
You can’t perform that action at this time.
0 commit comments