Rename selectPlayer and selectGroupMember functions

Fewer scripts.txt exceptions needed
This commit is contained in:
ebaydayz
2016-11-19 19:39:08 -05:00
parent 76d9de9e53
commit efeadcfa35
6 changed files with 6 additions and 6 deletions

View File

@@ -160,7 +160,7 @@ class DZ_GroupDialog {
class controls {
class Players: DZ_GroupListBox {
idc = 1;
onLBSelChanged = "call dayz_selectPlayer;";
onLBSelChanged = "call dayz_pickPlayer;";
x = .04;
y = .21;
w = .235;
@@ -168,7 +168,7 @@ class DZ_GroupDialog {
};
class MyGroup: DZ_GroupListBox {
idc = 2;
onLBSelChanged = "call dayz_selectGroupMember;";
onLBSelChanged = "call dayz_pickGroupMember;";
x = .5;
y = .21;
w = .235;