Update scheduleFluidTask documentation.

This commit is contained in:
raoulvdberge
2018-11-24 21:52:18 +01:00
parent 4b46dca2ac
commit 49662e325f

View File

@@ -161,7 +161,7 @@ public class EnvironmentNetwork extends AbstractManagedEnvironment {
return new Object[]{task};
}
@Callback(doc = "function(stack:table[, count: number [, canSchedule: boolean]]):table -- Schedules a fluid crafting task.")
@Callback(doc = "function(stack:table[, count: number[, canSchedule: boolean]]):table -- Schedules a fluid crafting task.")
public Object[] scheduleFluidTask(final Context context, final Arguments args) {
if (node.getNetwork() == null) {
return new Object[]{"not connected"};