Far-Beyond-Dev / Horizon-Community-Edition

An easily scalable game server implemented in Rust, and compatible with many popular game engines
https://horizon.farbeyond.dev/
Apache License 2.0
23 stars 8 forks source link

Trying to test recipe smith #127

Closed GhostedGaming closed 1 month ago

GhostedGaming commented 1 month ago

Description

Will be adding sockets recipe smith

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

built release and debug on linux

GhostedGaming commented 1 month ago

https://github.com/GhostedGaming/Horizon-Community-Edition/blob/4c96ebbb34b5ec3d5638cf194878529b0a629bfa/src/main.rs#L108 @WilliamAnimate can you take a look at why the function isnt running? also the main in recipe smith was pub but it never got published

WilliamAnimate commented 1 month ago

https://github.com/GhostedGaming/Horizon-Community-Edition/blob/4c96ebbb34b5ec3d5638cf194878529b0a629bfa/src/main.rs#L108 @WilliamAnimate can you take a look at why the function isnt running?

I'm currently not home, but if nobody else gets to this task, then I'll look into it when i get back.

tristanpoland commented 1 month ago

https://github.com/GhostedGaming/Horizon-Community-Edition/blob/4c96ebbb34b5ec3d5638cf194878529b0a629bfa/src/main.rs#L108 @WilliamAnimate can you take a look at why the function isnt running?

I'm currently not home, but if nobody else gets to this task, then I'll look into it when i get back.

It could just be that I'm being stupid and missing something, but I looked too and to be honest, I'm at a loss here.

tristanpoland commented 1 month ago

https://github.com/GhostedGaming/Horizon-Community-Edition/blob/4c96ebbb34b5ec3d5638cf194878529b0a629bfa/src/main.rs#L108 @WilliamAnimate can you take a look at why the function isnt running?

I'm currently not home, but if nobody else gets to this task, then I'll look into it when i get back.

Yep we are idiots, it was under on_connect instead of the main.rs/main fn