(String error)
| 46 | public final class Sys extends Defines { |
| 47 | |
| 48 | public static void Error(String error) { |
| 49 | |
| 50 | Cmd.ExecuteFunction("cl_shutdown"); |
| 51 | new Exception(error).printStackTrace(); |
| 52 | System.exit(1); |
| 53 | } |
| 54 | |
| 55 | //ok! |
| 56 | public static File[] FindAll(String path, int musthave, int canthave) { |
no test coverage detected