-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Work Tab to work with forks, minor changes (#497)
- Made the compat run if Work Tab 1.5 Temp (by arof) is active - Made the compat run if Work Tab - 1.5 Unofficial (by DomB) is active - Replaced `ConstructorInfo.Invoke` with `Activator.CreateInstance` (if I recall correctly, it tends to be faster) - Wrapped synced paste to with `try/finally` block to ensure the player's clipboard won't be replaced in case of errors - Minor formatting changes - Changed array creation from `new[] {}` to `[]` - Removed double indentation for array creation - Split `{ }` into 2 separate lines for consistency with the rest of the project - This was 1 of the 3 files where an empty code block was written like that
- Loading branch information
1 parent
c9db9a1
commit 04b2bec
Showing
1 changed file
with
30 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters