mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-24 19:45:43 +01:00
Fixed: Little language bug
This commit is contained in:
parent
53c58b574f
commit
84dfb069e6
@ -248,7 +248,7 @@ public class DGSign {
|
||||
if(file!=null){
|
||||
ConfigReader confReader=new ConfigReader(file);
|
||||
if(confReader!=null){
|
||||
P.p.msg(player, P.p.language.get("player_join_error"));
|
||||
P.p.msg(player, P.p.language.get("player_join_error",""+confReader.timeToNextPlay));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user