Skip to content

Commit

Permalink
0.7.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Feb 13, 2020
1 parent 38d3ca1 commit 99261be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The config file is `config.json`. All settings can be changed in it. Those which

`delay_before_afk_second`: The time delay between every player leaving and PCRC pausing recording. Default: `15`

`record_packets_when_afk`: If set to false, PCRC will ignore almost every incoming packets when PCRC pauses recording
`record_packets_when_afk`: If set to false, PCRC will ignore almost every incoming packets when PCRC pauses recording (SARC's behavior)

`upload_file`: If set to true, .mcpr file will be sent to [transfer.sh](transfer.sh) after finishing recording

Expand Down
2 changes: 1 addition & 1 deletion readme_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ PCRC 目前支持连接 `1.12`、`1.12.2` 以及 `1.14.4` 的原版 Minecraft

`delay_before_afk_second`: 所有人都离开与暂停录制间的延迟,单位: 秒。默认值: `15`

`record_packets_when_afk`: 若设为 `false`,PCRC 将会在暂停录制时忽略几乎所有到来的数据包
`record_packets_when_afk`: 若设为 `false`,PCRC 将会在暂停录制时忽略几乎所有到来的数据包(SARC 的行为)

`upload_file`: 是否将录制好的文件上传至 [transfer.sh](transfer.sh) 以便进行分享~~(国内用户还是关掉吧不然上传十年)~~

Expand Down
2 changes: 1 addition & 1 deletion recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def onConnectionException(self, exc, exc_info):
self.logger.error('Stopping the recorder since PCRC has not been stopped by user')
self.stop(restart=self.config.get('auto_relogin'))
else:
self.logger.log('Don''t panic, that''s Works As Intended')
self.logger.log("Don't panic, that's Works As Intended")

def onPacketSent(self, packet):
self.logger.debug('<- {}'.format(packet.data))
Expand Down

0 comments on commit 99261be

Please sign in to comment.