Skip to content

Commit

Permalink
update missing : (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
battlezoneyt authored Oct 7, 2024
1 parent 778e9b5 commit 7e44426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/server/services/weather.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function useWeatherService() {
const service = useServiceRegister().get('weatherService');

alt.setMeta('serverWeather', weatherType);
alt.emit('rebarweatherChanged', weatherType);
alt.emit('rebar:weatherChanged', weatherType);

if (service && service.setWeather) {
service.setWeather(weatherType);
Expand Down

0 comments on commit 7e44426

Please sign in to comment.