Skip to content

Commit

Permalink
Fix #662 missing typename for CClientWebBrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp committed Oct 28, 2018
1 parent 961f7ed commit fe560c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Client/mods/deathmatch/logic/lua/CLuaFunctionParseHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ inline SString GetClassTypeName(CClientTexture*)
{
return "texture";
}
inline SString GetClassTypeName(CClientWebBrowser*)
{
return "browser";
}
inline SString GetClassTypeName(CClientWeapon*)
{
return "weapon";
Expand Down

0 comments on commit fe560c2

Please sign in to comment.