Misc changes

This commit is contained in:
Jackz 2023-09-29 18:02:05 -05:00
parent a740bdf733
commit c38fb1819f
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
7 changed files with 7 additions and 5 deletions

View file

@ -30,7 +30,7 @@ methodmap GameConVarStorage < StringMap {
}
methodmap GameConVar __nullable__ < ConVar {
methodmap GameConVar < ConVar {
public GameConVar(const char[] name) {
return view_as<GameConVar>(FindConVar(name));
}