(long p_sleep_0_)
| 921 | } |
| 922 | |
| 923 | public static void sleep(long p_sleep_0_) { |
| 924 | try { |
| 925 | Thread.sleep(p_sleep_0_); |
| 926 | } catch (InterruptedException interruptedexception) { |
| 927 | interruptedexception.printStackTrace(); |
| 928 | } |
| 929 | } |
| 930 | |
| 931 | public static boolean isTimeDayOnly() { |
| 932 | return gameSettings.ofTime == 1; |
no outgoing calls
no test coverage detected