mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
fix wrong var name
This commit is contained in:
parent
15e22ea115
commit
27d8ae03e1
@ -136,7 +136,7 @@ public class JoinExample extends JavaPlugin implements Listener {
|
||||
*/
|
||||
joinText = PlaceholderAPI.setPlaceholders(event.getPlayer(), joinText);
|
||||
|
||||
event.setJoinMessage(withPlaceholdersSet);
|
||||
event.setJoinMessage(joinText);
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user