mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
Remove FawePlayer and API modifications
This commit is contained in:
@ -139,11 +139,6 @@ public class Expression {
|
||||
return evaluateTimeout(WorldEdit.getInstance().getConfiguration().calculationTimeout, values);
|
||||
}
|
||||
|
||||
public double evaluateTimeout(int timeout) throws EvaluationException {
|
||||
if (root instanceof Constant) return root.getValue();
|
||||
return evaluateFinal(timeout);
|
||||
}
|
||||
|
||||
public double evaluateTimeout(int timeout, double x, double y) throws EvaluationException {
|
||||
if (root instanceof Constant) return root.getValue();
|
||||
variableArray[0].value = x;
|
||||
|
Reference in New Issue
Block a user