LadyCailin / CHAdvanced

An extension to CommandHelper that provides more complex or dangerous events/functions
0 stars 2 forks source link

get_command_block() always returns null #6

Closed malonnnn closed 6 years ago

malonnnn commented 7 years ago

even when the command is clearly run by a commandblock

` bind(server_command,null,null,@e){

@cb = get_command_block()

console(@cb)

} `