mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-25 11:22:06 +00:00
[AB-xxx] adding configuration to allow people to click on the honey pot based on an experience level
This commit is contained in:
@@ -18,5 +18,9 @@ public interface SystemCondition {
|
||||
public static boolean consideredSuccessful(Result result) {
|
||||
return result == Result.SUCCESSFUL || result == Result.IGNORED;
|
||||
}
|
||||
|
||||
public static boolean isSuccessful(Result result) {
|
||||
return result == Result.SUCCESSFUL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user