mirror of
https://github.com/diamante0018/BlackOpsPlugin.git
synced 2025-05-10 14:24:50 +00:00
Update command.cpp
This commit is contained in:
parent
dcb675c3e3
commit
d06fb0e427
@ -26,7 +26,7 @@ void main_handler() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
params::params() : nesting_(get_cmd_args()->nesting) {
|
params::params() : nesting_(get_cmd_args()->nesting) {
|
||||||
assert(this->nesting_ < game::CMD_MAX_NESTING);
|
assert(this->nesting_ < CMD_MAX_NESTING);
|
||||||
}
|
}
|
||||||
|
|
||||||
int params::size() const { return get_cmd_args()->argc[this->nesting_]; }
|
int params::size() const { return get_cmd_args()->argc[this->nesting_]; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user