加了计分板加载完成提示
This commit is contained in:
parent
7500264600
commit
1a6995573f
@ -4,7 +4,7 @@
|
||||
// with carpet-tis-addition-mc1.16.4-1.15.0+build.492
|
||||
// with fabric-api-0.26.0+1.16 (because on server Api Version > 0.26 will cause bug)
|
||||
|
||||
global_version = '1.3.2';
|
||||
global_version = '1.3.3';
|
||||
global_carpet_version = split('\\+v',system_info('scarpet_version'));
|
||||
global_require_carpet_version = ['1.4.30', 210407];
|
||||
global_filename = system_info('app_name');
|
||||
@ -169,6 +169,7 @@ load_scores() -> (
|
||||
name = split('/', _):1; // 获取文件名(玩家名称
|
||||
global_score:name = data; // 存储进计分表
|
||||
printl(data + '\n\n' + _, 1, false, true)); // DEBUG 输出
|
||||
print('计分板数据加载完成');
|
||||
);
|
||||
|
||||
score_print(type) -> (
|
||||
|
Loading…
Reference in New Issue
Block a user