From fe3449248bb556779fc1ef8ee216efeda43e8592 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 23 Jan 2022 22:21:23 +0800 Subject: add error handling to registering forge event, and other fixes and cleanups --- featureClass/featureManager.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'featureClass/featureManager.js') diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js index 70c2cc6..2502b02 100644 --- a/featureClass/featureManager.js +++ b/featureClass/featureManager.js @@ -585,14 +585,4 @@ if(!global.soopyv2featuremanagerthing){ global.soopyv2featuremanagerthing = undefined }) } -export default global.soopyv2featuremanagerthing - - -function getField(e, field){ - - let field2 = e.class.getDeclaredField(field); - - field2.setAccessible(true) - - return field2.get(e) -} \ No newline at end of file +export default global.soopyv2featuremanagerthing \ No newline at end of file -- cgit