mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 10:49:10 +00:00
Renamed Stackable to Threaded
This commit is contained in:
parent
d53656b2a8
commit
63f1f7581f
@ -23,7 +23,7 @@ define("ASYNC_CURL_GET", 1);
|
||||
define("ASYNC_CURL_POST", 2);
|
||||
define("ASYNC_FUNCTION", 3);
|
||||
|
||||
class StackableArray extends \Stackable{
|
||||
class StackableArray extends \Threaded{
|
||||
public function __construct(){
|
||||
foreach(func_get_args() as $n => $value){
|
||||
if(is_array($value)){
|
||||
|
Loading…
x
Reference in New Issue
Block a user