Made fix for function param
This commit is contained in:
@@ -70,7 +70,7 @@ import Login from './Login/main';
|
|||||||
Login(globalData);
|
Login(globalData);
|
||||||
|
|
||||||
import dutyCloth from './Player/dutycloth';
|
import dutyCloth from './Player/dutycloth';
|
||||||
dutyCloth();
|
dutyCloth(globalData);
|
||||||
|
|
||||||
import keys from './Player/keys';
|
import keys from './Player/keys';
|
||||||
keys(globalData);
|
keys(globalData);
|
||||||
|
|||||||
Reference in New Issue
Block a user