ValentinFunk / LibK

Library for fast gmod addon development
MIT License
53 stars 21 forks source link

Fix NULL Entity error #16

Closed markusmarkusz closed 7 years ago

markusmarkusz commented 7 years ago

This should "fix" the following error: libk/lua/libk/server/sv_libk_player.lua:6: Tried to use a NULL entity!

This error comes when the player somehow leaves the server shortly after joining it.

ValentinFunk commented 7 years ago

Thanks for the PR!