Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit d428f0b

Browse files
committed
added some exception handling to new ISAC functions
1 parent b4665c4 commit d428f0b

File tree

2 files changed

+345
-323
lines changed

2 files changed

+345
-323
lines changed

SourcepawnCondenser/SourcepawnCondenser/SourcemodDefinition/SMBaseDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace SourcepawnCondenser.SourcemodDefinition;
22

3-
abstract public class SMBaseDefinition
3+
public abstract class SMBaseDefinition
44
{
55
public int Index = -1;
66
public int Length = 0;

0 commit comments

Comments
 (0)