Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripting/include/cbasenpc/takedamageinfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ methodmap CTakeDamageInfo
* @return Returns the custom damage.
* @error Invalid takedamageinfo.
*/
public native float GetDamageCustom();
public native int GetDamageCustom();

/**
* Sets the custom damage.
Expand Down