fix all the shit i broke
This commit is contained in:
@@ -53,6 +53,7 @@ function createSocket(store) {
|
||||
timeout - TIMES.POST_SKILL_DURATION_MS
|
||||
);
|
||||
}
|
||||
return false;
|
||||
return setTimeout(() => {
|
||||
store.dispatch(actions.setAnimSource(null));
|
||||
store.dispatch(actions.setAnimTarget(null));
|
||||
|
||||
@@ -33,8 +33,11 @@ function FaceoffConstruct(args) {
|
||||
|
||||
return (
|
||||
<div class='game-construct'>
|
||||
<h3 class="name"> {construct.name} </h3>
|
||||
<ConstructAvatar construct={construct} />
|
||||
<div class="left"></div>
|
||||
<div class="right">
|
||||
<h3 class="name"> {construct.name} </h3>
|
||||
<ConstructAvatar construct={construct} />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user