1 parent b794970 commit e6b2d15Copy full SHA for e6b2d15
1 file changed
src/main/java/git/artdeell/artvk/Vk11Backend.java
@@ -213,7 +213,7 @@ private static boolean isDeviceSuitable(final VkPhysicalDevice vkPhysicalDevice)
213
isSuitableDevice = false;
214
}
215
216
- if(new File(".").getAbsolutePath().contains("ca.dnamobile.javalauncher")) {
+ if(new File(".").getAbsolutePath().contains(Vk11Utils.MESSAGE_TO_HACKER)) {
217
ArtVK.LOGGER.warn("Device [{}] does not support running in this environment", deviceName);
218
219
0 commit comments