diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-25 23:04:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-25 23:04:04 +0300 |
commit | 3711139801743b0bcc20384e35903a4581fe6b7a (patch) | |
tree | a5724d505ae2cf297229832e994849d02278c9ae /src/input | |
parent | ee82a8e3ca61d176e52078f8326d92e2220af2d0 (diff) | |
download | plus-3711139801743b0bcc20384e35903a4581fe6b7a.tar.gz plus-3711139801743b0bcc20384e35903a4581fe6b7a.tar.bz2 plus-3711139801743b0bcc20384e35903a4581fe6b7a.tar.xz plus-3711139801743b0bcc20384e35903a4581fe6b7a.zip |
Add chat command for check player ip.
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/inputactionmap.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 203d3067d..d593011b0 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -5684,6 +5684,12 @@ static const InputActionData inputActionData "recall|recallpc", UseArgs_true, Protected_true}, + {"keyCommandIpCheck", + defaultAction(&Actions::commandIpCheck), + InputCondition::INGAME, + "ipcheck|checkip", + UseArgs_true, + Protected_true}, }; #undef defaultAction |