Skip to content

Commit

Permalink
up временный фикс отображения селектора прав
Browse files Browse the repository at this point in the history
  • Loading branch information
reatailret committed Jan 31, 2025
1 parent 9ca4855 commit 4eeb47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion land/rights/rights.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace $.$$ {

@ $mol_mem_key
override gift_rank( id: string, next?: keyof typeof $hyoo_crus_rank_tier ) {
return $hyoo_crus_rank_tier[ this.land().lord_rank( $hyoo_crus_ref( id ), next && $hyoo_crus_rank_make( next, 'just' ) ) & 0b0_1111_0000 ]??'unset'
return $hyoo_crus_rank_tier[ this.land().lord_rank( $hyoo_crus_ref( id ), next && $hyoo_crus_rank_make( next, 'just' ) ) ^ $hyoo_crus_rank_rate.just ]??'uknown'
}

add_commit() {
Expand Down

0 comments on commit 4eeb47c

Please sign in to comment.