Skip to content

Commit

Permalink
Added clientCmd menu file
Browse files Browse the repository at this point in the history
Forgot to initially add the menu file as well
  • Loading branch information
atrX committed Jun 21, 2018
1 parent 8a28c55 commit 9486482
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ui_mp/scriptmenus/clientcmd.menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#include "ui/menudef.h"

{
menuDef
{
name "clientcmd"
rect 0 0 1 1
visible 0
fullscreen 0

onOpen
{
exec "vstr clientcmd";
close clientcmd;
}
}

}

0 comments on commit 9486482

Please sign in to comment.