mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-05 17:07:06 +02:00
fix wrong var name
This commit is contained in:
@@ -136,7 +136,7 @@ public class JoinExample extends JavaPlugin implements Listener {
|
||||
*/
|
||||
joinText = PlaceholderAPI.setPlaceholders(event.getPlayer(), joinText);
|
||||
|
||||
event.setJoinMessage(withPlaceholdersSet);
|
||||
event.setJoinMessage(joinText);
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user