Skip to content

Commit

Permalink
SQUASH: feat(pkuxkx/map/area): 大众版
Browse files Browse the repository at this point in the history
  • Loading branch information
dzpao committed May 5, 2024
1 parent 75d0193 commit 4f7ff34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mud/pkuxkx/plugins/basic/map/area.tin
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ event.HandleOnce {map/init} {map/area} {map} {pkuxkx.map.area.init};
// 返回当前房间信息中的区域信息。无参数。
// };
#func {map.GetArea} {
#return {$gMapRoom[area][RESOLVED]};
#return {@map.resolveArea{$gMapRoom[area]}};
};

#alias {map.area.check} {
#local stage {@default{{%1};start}};

#local area {@map.resolveArea{$gMapRoom[area]}};
#local area {@map.GetArea{}};
#if { "$area" != "" } {
#if { "$gMapRoom[area][RESOLVED]" == "" } {
#var gMapRoom[area][RESOLVED] {$area};
Expand Down

0 comments on commit 4f7ff34

Please sign in to comment.