mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 16:43:21 +00:00
Misc changes
This commit is contained in:
parent
a740bdf733
commit
c38fb1819f
7 changed files with 7 additions and 5 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue