better parent class for niceguisettings
This commit is contained in:
parent
5afc2ffa02
commit
63c3907378
1 changed files with 1 additions and 5 deletions
|
|
@ -1,7 +1,4 @@
|
||||||
class NiceGUISettings extends Settings_Tabs;
|
class NiceGUISettings extends UT2K4TabPanel;
|
||||||
|
|
||||||
//var automated GUIButton skillButtonA;
|
|
||||||
var array<string> ForceProjItems;
|
|
||||||
|
|
||||||
// GENERAL WEAPON SETTINGS
|
// GENERAL WEAPON SETTINGS
|
||||||
var automated GUISectionBackground bg_WEAP;
|
var automated GUISectionBackground bg_WEAP;
|
||||||
|
|
@ -99,7 +96,6 @@ function InternalOnChange(GUIComponent Sender)
|
||||||
{
|
{
|
||||||
local NicePlayerController nicePlayer;
|
local NicePlayerController nicePlayer;
|
||||||
|
|
||||||
super.InternalOnChange(Sender);
|
|
||||||
nicePlayer = NicePlayerController(PlayerOwner());
|
nicePlayer = NicePlayerController(PlayerOwner());
|
||||||
if (nicePlayer == none)
|
if (nicePlayer == none)
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue