mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 05:44:19 +00:00
Corretta stringa di errore dello Stagista (#61)
This commit is contained in:
parent
8ac05a9783
commit
22c35b87df
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Stagista(Role):
|
|||
self.master = target
|
||||
self.player.message(s.intern_started_internship.format(master=self.master.tusername))
|
||||
else:
|
||||
self.player.message(s.error_no_username)
|
||||
self.player.message(s.error_username)
|
||||
|
||||
def onendday(self):
|
||||
if self.master is not None:
|
||||
|
|
Loading…
Reference in a new issue