Skip to content

Commit

Permalink
YO!
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopied committed Oct 3, 2023
1 parent f32d25c commit 00e1085
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions addons/sourcemod/scripting/ff2_module/player.sp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ methodmap FF2BaseEntity < ArrayList
}
property StringMap HUD_Map {
public get() {
return this.Get();
return this.Get(FF2BE_HUD_Map);
}
}

Expand Down Expand Up @@ -277,23 +277,6 @@ FF2BasePlayer GetBasePlayer(int ent)
return view_as<FF2BasePlayer>(GetBaseByEntIndex(ent));
}

/*
methodmap Example < ArrayList {
property int ex {
public get()
{
return 2;
}
}
}
methodmap Example2 < Example {
public static void printtest()
{
PrintToServer(this.ex);
}
}
*/

// FF2SpecialInfo: 병과별 특수 변수 저장 (서브플러그인 호환)
Expand Down

0 comments on commit 00e1085

Please sign in to comment.