Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit 7895891

Browse files
author
DaZombieKiller
committed
Remove plugin reload key, it was undocumented and didn't work properly
1 parent 90debb2 commit 7895891

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Source/PluginManager/PluginManager.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,5 @@ private static void LoadPlugins()
8181
_gameObject.AddComponent(t);
8282
}
8383
}
84-
85-
private void Update()
86-
{
87-
// reload plugins with end key
88-
if (Input.GetKeyDown(KeyCode.End))
89-
LoadPlugins();
90-
}
9184
}
9285
}

0 commit comments

Comments
 (0)