Skip to content

Commit

Permalink
Correct FrameIterator retval regression (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
rumblefrog authored and Headline committed Aug 27, 2019
1 parent b8fd7db commit ab5f00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/include/sourcemod.inc
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ methodmap FrameIterator < Handle {
public native void Reset();

// Returns the line number of the current function call.
property bool LineNumber {
property int LineNumber {
public native get();
}

Expand Down

0 comments on commit ab5f00b

Please sign in to comment.