mirror of
https://github.com/alicealys/t5-gsc-utils.git
synced 2025-08-30 13:23:13 +00:00
add mysql + update build
This commit is contained in:
@@ -288,7 +288,7 @@ namespace command
|
||||
|
||||
for (auto i = 0; i < params.size(); i++)
|
||||
{
|
||||
array.push(params[i]);
|
||||
array.emplace_back(params[i]);
|
||||
}
|
||||
|
||||
function({array});
|
||||
@@ -309,7 +309,7 @@ namespace command
|
||||
|
||||
for (auto i = 0; i < params.size(); i++)
|
||||
{
|
||||
array.push(params[i]);
|
||||
array.emplace_back(params[i]);
|
||||
}
|
||||
|
||||
function(player, {array});
|
||||
|
Reference in New Issue
Block a user